#F94F42

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

Shades of Sunset Orange #F94F42

Tints of Sunset Orange #F94F42

Color information

#F94F42 (or 0xF94F42) is unknown color: approx Sunset Orange. HEX triplet: F9, 4F and 42. RGB value is (249,79,66). Sum of RGB (Red+Green+Blue) = 249+79+66=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94F42 is #06B0BD. Grayscale: #808080. Windows color (decimal): -438462 or 4345849. OLE color: 4345849.

HSL color Cylindrical-coordinate representation of color #F94F42: hue angle of 4.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94F42 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2497966-
CMYK00.680.730.02
HSL4.26º93.85%61.76%-
HSV(B)4.26º73.49%97.65%-
XYZ42.8526.137.94-
YUV128.3592.82214.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.20%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=63.20%
G=20.05%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249796600.680.730.024.2693.8561.76
HexF94F4204449245e3e
Octal37111710201041112413676
Binary1111100110011111000010010001001001001101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94F42; }

 p { color: rgb(249,79,66); }

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

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

 a { background-color: rgb(249,79,66); }

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

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

 span { border-color: rgb(249,79,66); }

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