Shades of Sunset Orange #F25842
Tints of Sunset Orange #F25842
RGB
CMYK
RGB Variations
Color information
#F25842 (or 0xF25842) is known color: Sunset Orange. HEX triplet: F2, 58 and 42. RGB value is (242,88,66). Sum of RGB (Red+Green+Blue) = 242+88+66=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F25842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25842 is #0DA7BD. Grayscale: #838383. Windows color (decimal): -894910 or 4348146. OLE color: 4348146.
HSL color Cylindrical-coordinate representation of color #F25842: hue angle of 7.5º 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 #F25842 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 66 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.05 |
| HSL | 7.5º | 0.87% | 0.6% | - |
| HSV(B) | 7.5º | 0.73% | 0.95% | - |
| XYZ | 41.09 | 26.25 | 8.06 | - |
| YUV | 131.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 66 | 0 | 0.64 | 0.73 | 0.05 | 7.5 | 0.87 | 0.6 |
| Hex | F2 | 58 | 42 | 0 | 40 | 49 | 5 | 8 | 57 | 3C |
| Octal | 362 | 130 | 102 | 0 | 100 | 111 | 5 | 10 | 127 | 74 |
| Binary | 11110010 | 1011000 | 1000010 | 0 | 1000000 | 1001001 | 101 | 1000 | 1010111 | 111100 |
Color Harmonies of #F25842
Complementary color
Monochromatic Colors of #F25842
Black with #F25842
Text Example
Text Example
White with #F25842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25842; }
p { color: rgb(242,88,66); }
H1.HeaderClassName
{
color: #F25842;
}
.AnyTagClassName
{
color: #F25842;
}
</style>
background-color css
<style>
a { background-color: #F25842; }
a { background-color: rgb(242,88,66); }
div.DivClassName
{
background-color: #F25842;
}
.BgClassName
{
background-color: #F25842;
}
</style>
border-color css
<style>
span { border-color: #F25842; }
span { border-color: rgb(242,88,66); }
td.TdClassName
{
border-color: #F25842;
}
.TagClassName
{
border-color: #F25842;
}
</style>