Shades of Sunset Orange #F94A43
Tints of Sunset Orange #F94A43
RGB
CMYK
RGB Variations
Color information
#F94A43 (or 0xF94A43) is known color: Sunset Orange. HEX triplet: F9, 4A and 43. RGB value is (249,74,67). Sum of RGB (Red+Green+Blue) = 249+74+67=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A43 is #06B5BC. Grayscale: #7D7D7D. Windows color (decimal): -439741 or 4410105. OLE color: 4410105.
HSL color Cylindrical-coordinate representation of color #F94A43: hue angle of 2.31º 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 #F94A43 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 67 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.02 |
| HSL | 2.31º | 0.94% | 0.62% | - |
| HSV(B) | 2.31º | 0.73% | 0.98% | - |
| XYZ | 42.53 | 25.44 | 7.98 | - |
| YUV | 125.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 67 | 0 | 0.70 | 0.73 | 0.02 | 2.31 | 0.94 | 0.62 |
| Hex | F9 | 4A | 43 | 0 | 46 | 49 | 2 | 2 | 5E | 3E |
| Octal | 371 | 112 | 103 | 0 | 106 | 111 | 2 | 2 | 136 | 76 |
| Binary | 11111001 | 1001010 | 1000011 | 0 | 1000110 | 1001001 | 10 | 10 | 1011110 | 111110 |
Color Harmonies of #F94A43
Complementary color
Monochromatic Colors of #F94A43
Black with #F94A43
Text Example
Text Example
White with #F94A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A43; }
p { color: rgb(249,74,67); }
H1.HeaderClassName
{
color: #F94A43;
}
.AnyTagClassName
{
color: #F94A43;
}
</style>
background-color css
<style>
a { background-color: #F94A43; }
a { background-color: rgb(249,74,67); }
div.DivClassName
{
background-color: #F94A43;
}
.BgClassName
{
background-color: #F94A43;
}
</style>
border-color css
<style>
span { border-color: #F94A43; }
span { border-color: rgb(249,74,67); }
td.TdClassName
{
border-color: #F94A43;
}
.TagClassName
{
border-color: #F94A43;
}
</style>