Shades of Sunset Orange #F94F32
Tints of Sunset Orange #F94F32
RGB
CMYK
RGB Variations
Color information
#F94F32 (or 0xF94F32) is known color: Sunset Orange. HEX triplet: F9, 4F and 32. RGB value is (249,79,50). Sum of RGB (Red+Green+Blue) = 249+79+50=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94F32 is #06B0CD. Grayscale: #7E7E7E. Windows color (decimal): -438478 or 3297273. OLE color: 3297273.
HSL color Cylindrical-coordinate representation of color #F94F32: hue angle of 8.74º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F94F32 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 79 | 50 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.02 |
| HSL | 8.74º | 0.94% | 0.59% | - |
| HSV(B) | 8.74º | 0.8% | 0.98% | - |
| XYZ | 42.44 | 25.96 | 5.79 | - |
| YUV | 126.52 | 84.82 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 79 | 50 | 0 | 0.68 | 0.80 | 0.02 | 8.74 | 0.94 | 0.59 |
| Hex | F9 | 4F | 32 | 0 | 44 | 50 | 2 | 9 | 5E | 3B |
| Octal | 371 | 117 | 62 | 0 | 104 | 120 | 2 | 11 | 136 | 73 |
| Binary | 11111001 | 1001111 | 110010 | 0 | 1000100 | 1010000 | 10 | 1001 | 1011110 | 111011 |
Color Harmonies of #F94F32
Complementary color
Monochromatic Colors of #F94F32
Black with #F94F32
Text Example
Text Example
White with #F94F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94F32; }
p { color: rgb(249,79,50); }
H1.HeaderClassName
{
color: #F94F32;
}
.AnyTagClassName
{
color: #F94F32;
}
</style>
background-color css
<style>
a { background-color: #F94F32; }
a { background-color: rgb(249,79,50); }
div.DivClassName
{
background-color: #F94F32;
}
.BgClassName
{
background-color: #F94F32;
}
</style>
border-color css
<style>
span { border-color: #F94F32; }
span { border-color: rgb(249,79,50); }
td.TdClassName
{
border-color: #F94F32;
}
.TagClassName
{
border-color: #F94F32;
}
</style>