Shades of Sunset Orange #F25047
Tints of Sunset Orange #F25047
RGB
CMYK
RGB Variations
Color information
#F25047 (or 0xF25047) is known color: Sunset Orange. HEX triplet: F2, 50 and 47. RGB value is (242,80,71). Sum of RGB (Red+Green+Blue) = 242+80+71=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F25047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25047 is #0DAFB8. Grayscale: #7F7F7F. Windows color (decimal): -896953 or 4673778. OLE color: 4673778.
HSL color Cylindrical-coordinate representation of color #F25047: hue angle of 3.16º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F25047 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 71 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.05 |
| HSL | 3.16º | 0.87% | 0.61% | - |
| HSV(B) | 3.16º | 0.71% | 0.95% | - |
| XYZ | 40.62 | 25.07 | 8.66 | - |
| YUV | 127.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 71 | 0 | 0.67 | 0.71 | 0.05 | 3.16 | 0.87 | 0.61 |
| Hex | F2 | 50 | 47 | 0 | 43 | 47 | 5 | 3 | 57 | 3D |
| Octal | 362 | 120 | 107 | 0 | 103 | 107 | 5 | 3 | 127 | 75 |
| Binary | 11110010 | 1010000 | 1000111 | 0 | 1000011 | 1000111 | 101 | 11 | 1010111 | 111101 |
Color Harmonies of #F25047
Complementary color
Monochromatic Colors of #F25047
Black with #F25047
Text Example
Text Example
White with #F25047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25047; }
p { color: rgb(242,80,71); }
H1.HeaderClassName
{
color: #F25047;
}
.AnyTagClassName
{
color: #F25047;
}
</style>
background-color css
<style>
a { background-color: #F25047; }
a { background-color: rgb(242,80,71); }
div.DivClassName
{
background-color: #F25047;
}
.BgClassName
{
background-color: #F25047;
}
</style>
border-color css
<style>
span { border-color: #F25047; }
span { border-color: rgb(242,80,71); }
td.TdClassName
{
border-color: #F25047;
}
.TagClassName
{
border-color: #F25047;
}
</style>