Shades of Sunset Orange #F94C34
Tints of Sunset Orange #F94C34
RGB
CMYK
RGB Variations
Color information
#F94C34 (or 0xF94C34) is known color: Sunset Orange. HEX triplet: F9, 4C and 34. RGB value is (249,76,52). Sum of RGB (Red+Green+Blue) = 249+76+52=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C34 is #06B3CB. Grayscale: #7D7D7D. Windows color (decimal): -439244 or 3427577. OLE color: 3427577.
HSL color Cylindrical-coordinate representation of color #F94C34: hue angle of 7.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F94C34 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 52 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.02 |
| HSL | 7.31º | 0.94% | 0.59% | - |
| HSV(B) | 7.31º | 0.79% | 0.98% | - |
| XYZ | 42.27 | 25.56 | 5.95 | - |
| YUV | 124.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 52 | 0 | 0.69 | 0.79 | 0.02 | 7.31 | 0.94 | 0.59 |
| Hex | F9 | 4C | 34 | 0 | 45 | 4F | 2 | 7 | 5E | 3B |
| Octal | 371 | 114 | 64 | 0 | 105 | 117 | 2 | 7 | 136 | 73 |
| Binary | 11111001 | 1001100 | 110100 | 0 | 1000101 | 1001111 | 10 | 111 | 1011110 | 111011 |
Color Harmonies of #F94C34
Complementary color
Monochromatic Colors of #F94C34
Black with #F94C34
Text Example
Text Example
White with #F94C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C34; }
p { color: rgb(249,76,52); }
H1.HeaderClassName
{
color: #F94C34;
}
.AnyTagClassName
{
color: #F94C34;
}
</style>
background-color css
<style>
a { background-color: #F94C34; }
a { background-color: rgb(249,76,52); }
div.DivClassName
{
background-color: #F94C34;
}
.BgClassName
{
background-color: #F94C34;
}
</style>
border-color css
<style>
span { border-color: #F94C34; }
span { border-color: rgb(249,76,52); }
td.TdClassName
{
border-color: #F94C34;
}
.TagClassName
{
border-color: #F94C34;
}
</style>