Shades of Sunset Orange #F94A46
Tints of Sunset Orange #F94A46
RGB
CMYK
RGB Variations
Color information
#F94A46 (or 0xF94A46) is known color: Sunset Orange. HEX triplet: F9, 4A and 46. RGB value is (249,74,70). Sum of RGB (Red+Green+Blue) = 249+74+70=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A46 is #06B5B9. Grayscale: #7E7E7E. Windows color (decimal): -439738 or 4606713. OLE color: 4606713.
HSL color Cylindrical-coordinate representation of color #F94A46: hue angle of 1.34º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94A46 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 70 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.02 |
| HSL | 1.34º | 0.94% | 0.63% | - |
| HSV(B) | 1.34º | 0.72% | 0.98% | - |
| XYZ | 42.62 | 25.48 | 8.47 | - |
| YUV | 125.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 70 | 0 | 0.70 | 0.72 | 0.02 | 1.34 | 0.94 | 0.63 |
| Hex | F9 | 4A | 46 | 0 | 46 | 48 | 2 | 1 | 5E | 3F |
| Octal | 371 | 112 | 106 | 0 | 106 | 110 | 2 | 1 | 136 | 77 |
| Binary | 11111001 | 1001010 | 1000110 | 0 | 1000110 | 1001000 | 10 | 1 | 1011110 | 111111 |
Color Harmonies of #F94A46
Complementary color
Monochromatic Colors of #F94A46
Black with #F94A46
Text Example
Text Example
White with #F94A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A46; }
p { color: rgb(249,74,70); }
H1.HeaderClassName
{
color: #F94A46;
}
.AnyTagClassName
{
color: #F94A46;
}
</style>
background-color css
<style>
a { background-color: #F94A46; }
a { background-color: rgb(249,74,70); }
div.DivClassName
{
background-color: #F94A46;
}
.BgClassName
{
background-color: #F94A46;
}
</style>
border-color css
<style>
span { border-color: #F94A46; }
span { border-color: rgb(249,74,70); }
td.TdClassName
{
border-color: #F94A46;
}
.TagClassName
{
border-color: #F94A46;
}
</style>