Shades of Sunset Orange #F9493C
Tints of Sunset Orange #F9493C
RGB
CMYK
RGB Variations
Color information
#F9493C (or 0xF9493C) is known color: Sunset Orange. HEX triplet: F9, 49 and 3C. RGB value is (249,73,60). Sum of RGB (Red+Green+Blue) = 249+73+60=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9493C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9493C is #06B6C3. Grayscale: #7C7C7C. Windows color (decimal): -440004 or 3951097. OLE color: 3951097.
HSL color Cylindrical-coordinate representation of color #F9493C: hue angle of 4.13º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9493C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 60 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.02 |
| HSL | 4.13º | 0.94% | 0.61% | - |
| HSV(B) | 4.13º | 0.76% | 0.98% | - |
| XYZ | 42.27 | 25.23 | 6.92 | - |
| YUV | 124.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 60 | 0 | 0.71 | 0.76 | 0.02 | 4.13 | 0.94 | 0.61 |
| Hex | F9 | 49 | 3C | 0 | 47 | 4C | 2 | 4 | 5E | 3D |
| Octal | 371 | 111 | 74 | 0 | 107 | 114 | 2 | 4 | 136 | 75 |
| Binary | 11111001 | 1001001 | 111100 | 0 | 1000111 | 1001100 | 10 | 100 | 1011110 | 111101 |
Color Harmonies of #F9493C
Complementary color
Monochromatic Colors of #F9493C
Black with #F9493C
Text Example
Text Example
White with #F9493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9493C; }
p { color: rgb(249,73,60); }
H1.HeaderClassName
{
color: #F9493C;
}
.AnyTagClassName
{
color: #F9493C;
}
</style>
background-color css
<style>
a { background-color: #F9493C; }
a { background-color: rgb(249,73,60); }
div.DivClassName
{
background-color: #F9493C;
}
.BgClassName
{
background-color: #F9493C;
}
</style>
border-color css
<style>
span { border-color: #F9493C; }
span { border-color: rgb(249,73,60); }
td.TdClassName
{
border-color: #F9493C;
}
.TagClassName
{
border-color: #F9493C;
}
</style>