#FF501E

Color #FF501E Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #FF501E

Tints of Outrageous Orange #FF501E

Color information

#FF501E (or 0xFF501E) is unknown color: approx Outrageous Orange. HEX triplet: FF, 50 and 1E. RGB value is (255,80,30). Sum of RGB (Red+Green+Blue) = 255+80+30=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501E is #00AFE1. Grayscale: #7E7E7E. Windows color (decimal): -45026 or 1986815. OLE color: 1986815.

HSL color Cylindrical-coordinate representation of color #FF501E: hue angle of 13.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF501E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB2558030-
CMYK00.690.880
HSL13.33º100%55.88%-
HSV(B)13.33º88.24%100%-
XYZ44.3427.094.12-
YUV126.6273.48219.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 69.86%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=69.86%
G=21.92%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255803000.690.88013.3310055.88
HexFF501E045580d6438
Octal37712036010513001514470
Binary11111111101000011110010001011011000011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF501E; }

 p { color: rgb(255,80,30); }

 H1.HeaderClassName
 {
   color: #FF501E;
 }
 .AnyTagClassName
 {
   color: #FF501E;
 }
</style>
background-color css

<style>
 a { background-color: #FF501E; }

 a { background-color: rgb(255,80,30); }

 div.DivClassName
 {
   background-color: #FF501E;
 }
 .BgClassName
 {
   background-color: #FF501E;
 }
</style>
border-color css

<style>
 span { border-color: #FF501E; }

 span { border-color: rgb(255,80,30); }

 td.TdClassName
 {
   border-color: #FF501E;
 }
 .TagClassName
 {
   border-color: #FF501E;
 }
</style>