Shades of Sunset Orange #F25242
Tints of Sunset Orange #F25242
RGB
CMYK
RGB Variations
Color information
#F25242 (or 0xF25242) is known color: Sunset Orange. HEX triplet: F2, 52 and 42. RGB value is (242,82,66). Sum of RGB (Red+Green+Blue) = 242+82+66=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F25242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25242 is #0DADBD. Grayscale: #808080. Windows color (decimal): -896446 or 4346610. OLE color: 4346610.
HSL color Cylindrical-coordinate representation of color #F25242: hue angle of 5.45º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F25242 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 66 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.05 |
| HSL | 5.45º | 0.87% | 0.6% | - |
| HSV(B) | 5.45º | 0.73% | 0.95% | - |
| XYZ | 40.62 | 25.31 | 7.9 | - |
| YUV | 128.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 66 | 0 | 0.66 | 0.73 | 0.05 | 5.45 | 0.87 | 0.6 |
| Hex | F2 | 52 | 42 | 0 | 42 | 49 | 5 | 5 | 57 | 3C |
| Octal | 362 | 122 | 102 | 0 | 102 | 111 | 5 | 5 | 127 | 74 |
| Binary | 11110010 | 1010010 | 1000010 | 0 | 1000010 | 1001001 | 101 | 101 | 1010111 | 111100 |
Color Harmonies of #F25242
Complementary color
Monochromatic Colors of #F25242
Black with #F25242
Text Example
Text Example
White with #F25242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25242; }
p { color: rgb(242,82,66); }
H1.HeaderClassName
{
color: #F25242;
}
.AnyTagClassName
{
color: #F25242;
}
</style>
background-color css
<style>
a { background-color: #F25242; }
a { background-color: rgb(242,82,66); }
div.DivClassName
{
background-color: #F25242;
}
.BgClassName
{
background-color: #F25242;
}
</style>
border-color css
<style>
span { border-color: #F25242; }
span { border-color: rgb(242,82,66); }
td.TdClassName
{
border-color: #F25242;
}
.TagClassName
{
border-color: #F25242;
}
</style>