Shades of Sunset Orange #F25044
Tints of Sunset Orange #F25044
RGB
CMYK
RGB Variations
Color information
#F25044 (or 0xF25044) is known color: Sunset Orange. HEX triplet: F2, 50 and 44. RGB value is (242,80,68). Sum of RGB (Red+Green+Blue) = 242+80+68=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F25044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25044 is #0DAFBB. Grayscale: #7F7F7F. Windows color (decimal): -896956 or 4477170. OLE color: 4477170.
HSL color Cylindrical-coordinate representation of color #F25044: hue angle of 4.14º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F25044 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 68 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.05 |
| HSL | 4.14º | 0.87% | 0.61% | - |
| HSV(B) | 4.14º | 0.72% | 0.95% | - |
| XYZ | 40.53 | 25.03 | 8.16 | - |
| YUV | 127.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 68 | 0 | 0.67 | 0.72 | 0.05 | 4.14 | 0.87 | 0.61 |
| Hex | F2 | 50 | 44 | 0 | 43 | 48 | 5 | 4 | 57 | 3D |
| Octal | 362 | 120 | 104 | 0 | 103 | 110 | 5 | 4 | 127 | 75 |
| Binary | 11110010 | 1010000 | 1000100 | 0 | 1000011 | 1001000 | 101 | 100 | 1010111 | 111101 |
Color Harmonies of #F25044
Complementary color
Monochromatic Colors of #F25044
Black with #F25044
Text Example
Text Example
White with #F25044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25044; }
p { color: rgb(242,80,68); }
H1.HeaderClassName
{
color: #F25044;
}
.AnyTagClassName
{
color: #F25044;
}
</style>
background-color css
<style>
a { background-color: #F25044; }
a { background-color: rgb(242,80,68); }
div.DivClassName
{
background-color: #F25044;
}
.BgClassName
{
background-color: #F25044;
}
</style>
border-color css
<style>
span { border-color: #F25044; }
span { border-color: rgb(242,80,68); }
td.TdClassName
{
border-color: #F25044;
}
.TagClassName
{
border-color: #F25044;
}
</style>