Shades of Sunset Orange #F2473C
Tints of Sunset Orange #F2473C
RGB
CMYK
RGB Variations
Color information
#F2473C (or 0xF2473C) is known color: Sunset Orange. HEX triplet: F2, 47 and 3C. RGB value is (242,71,60). Sum of RGB (Red+Green+Blue) = 242+71+60=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2473C is #0DB8C3. Grayscale: #797979. Windows color (decimal): -899268 or 3950578. OLE color: 3950578.
HSL color Cylindrical-coordinate representation of color #F2473C: hue angle of 3.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2473C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 60 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.05 |
| HSL | 3.63º | 0.88% | 0.59% | - |
| HSV(B) | 3.63º | 0.75% | 0.95% | - |
| XYZ | 39.69 | 23.71 | 6.76 | - |
| YUV | 120.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 60 | 0 | 0.71 | 0.75 | 0.05 | 3.63 | 0.88 | 0.59 |
| Hex | F2 | 47 | 3C | 0 | 47 | 4B | 5 | 4 | 58 | 3B |
| Octal | 362 | 107 | 74 | 0 | 107 | 113 | 5 | 4 | 130 | 73 |
| Binary | 11110010 | 1000111 | 111100 | 0 | 1000111 | 1001011 | 101 | 100 | 1011000 | 111011 |
Color Harmonies of #F2473C
Complementary color
Monochromatic Colors of #F2473C
Black with #F2473C
Text Example
Text Example
White with #F2473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2473C; }
p { color: rgb(242,71,60); }
H1.HeaderClassName
{
color: #F2473C;
}
.AnyTagClassName
{
color: #F2473C;
}
</style>
background-color css
<style>
a { background-color: #F2473C; }
a { background-color: rgb(242,71,60); }
div.DivClassName
{
background-color: #F2473C;
}
.BgClassName
{
background-color: #F2473C;
}
</style>
border-color css
<style>
span { border-color: #F2473C; }
span { border-color: rgb(242,71,60); }
td.TdClassName
{
border-color: #F2473C;
}
.TagClassName
{
border-color: #F2473C;
}
</style>