#FF5042

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

Shades of Sunset Orange #FF5042

Tints of Sunset Orange #FF5042

Color information

#FF5042 (or 0xFF5042) is unknown color: approx Sunset Orange. HEX triplet: FF, 50 and 42. RGB value is (255,80,66). Sum of RGB (Red+Green+Blue) = 255+80+66=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5042 is #00AFBD. Grayscale: #828282. Windows color (decimal): -44990 or 4346111. OLE color: 4346111.

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

Color convert

RGB2558066-
CMYK00.690.740
HSL4.44º100%62.94%-
HSV(B)4.44º74.12%100%-
XYZ45.0927.398.06-
YUV130.7391.48216.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=63.59%
G=19.95%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255806600.690.7404.4410062.94
HexFF50420454A04643f
Octal37712010201051120414477
Binary111111111010000100001001000101100101001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5042; }

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

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

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

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

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

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

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

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