Shades of Sunset Orange #F2473D
Tints of Sunset Orange #F2473D
RGB
CMYK
RGB Variations
Color information
#F2473D (or 0xF2473D) is known color: Sunset Orange. HEX triplet: F2, 47 and 3D. RGB value is (242,71,61). Sum of RGB (Red+Green+Blue) = 242+71+61=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2473D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2473D is #0DB8C2. Grayscale: #797979. Windows color (decimal): -899267 or 4016114. OLE color: 4016114.
HSL color Cylindrical-coordinate representation of color #F2473D: hue angle of 3.31º degrees, saturation: 0.87, 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 #F2473D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 61 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.05 |
| HSL | 3.31º | 0.87% | 0.59% | - |
| HSV(B) | 3.31º | 0.75% | 0.95% | - |
| XYZ | 39.71 | 23.72 | 6.9 | - |
| YUV | 120.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 61 | 0 | 0.71 | 0.75 | 0.05 | 3.31 | 0.87 | 0.59 |
| Hex | F2 | 47 | 3D | 0 | 47 | 4B | 5 | 3 | 57 | 3B |
| Octal | 362 | 107 | 75 | 0 | 107 | 113 | 5 | 3 | 127 | 73 |
| Binary | 11110010 | 1000111 | 111101 | 0 | 1000111 | 1001011 | 101 | 11 | 1010111 | 111011 |
Color Harmonies of #F2473D
Complementary color
Monochromatic Colors of #F2473D
Black with #F2473D
Text Example
Text Example
White with #F2473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2473D; }
p { color: rgb(242,71,61); }
H1.HeaderClassName
{
color: #F2473D;
}
.AnyTagClassName
{
color: #F2473D;
}
</style>
background-color css
<style>
a { background-color: #F2473D; }
a { background-color: rgb(242,71,61); }
div.DivClassName
{
background-color: #F2473D;
}
.BgClassName
{
background-color: #F2473D;
}
</style>
border-color css
<style>
span { border-color: #F2473D; }
span { border-color: rgb(242,71,61); }
td.TdClassName
{
border-color: #F2473D;
}
.TagClassName
{
border-color: #F2473D;
}
</style>