Shades of Sunset Orange #F25040
Tints of Sunset Orange #F25040
RGB
CMYK
RGB Variations
Color information
#F25040 (or 0xF25040) is known color: Sunset Orange. HEX triplet: F2, 50 and 40. RGB value is (242,80,64). Sum of RGB (Red+Green+Blue) = 242+80+64=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F25040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25040 is #0DAFBF. Grayscale: #7E7E7E. Windows color (decimal): -896960 or 4215026. OLE color: 4215026.
HSL color Cylindrical-coordinate representation of color #F25040: hue angle of 5.39º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25040 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 64 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.05 |
| HSL | 5.39º | 0.87% | 0.6% | - |
| HSV(B) | 5.39º | 0.74% | 0.95% | - |
| XYZ | 40.41 | 24.98 | 7.54 | - |
| YUV | 126.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 64 | 0 | 0.67 | 0.74 | 0.05 | 5.39 | 0.87 | 0.6 |
| Hex | F2 | 50 | 40 | 0 | 43 | 4A | 5 | 5 | 57 | 3C |
| Octal | 362 | 120 | 100 | 0 | 103 | 112 | 5 | 5 | 127 | 74 |
| Binary | 11110010 | 1010000 | 1000000 | 0 | 1000011 | 1001010 | 101 | 101 | 1010111 | 111100 |
Color Harmonies of #F25040
Complementary color
Monochromatic Colors of #F25040
Black with #F25040
Text Example
Text Example
White with #F25040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25040; }
p { color: rgb(242,80,64); }
H1.HeaderClassName
{
color: #F25040;
}
.AnyTagClassName
{
color: #F25040;
}
</style>
background-color css
<style>
a { background-color: #F25040; }
a { background-color: rgb(242,80,64); }
div.DivClassName
{
background-color: #F25040;
}
.BgClassName
{
background-color: #F25040;
}
</style>
border-color css
<style>
span { border-color: #F25040; }
span { border-color: rgb(242,80,64); }
td.TdClassName
{
border-color: #F25040;
}
.TagClassName
{
border-color: #F25040;
}
</style>