Shades of Sunset Orange #F25137
Tints of Sunset Orange #F25137
RGB
CMYK
RGB Variations
Color information
#F25137 (or 0xF25137) is known color: Sunset Orange. HEX triplet: F2, 51 and 37. RGB value is (242,81,55). Sum of RGB (Red+Green+Blue) = 242+81+55=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F25137 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25137 is #0DAEC8. Grayscale: #7E7E7E. Windows color (decimal): -896713 or 3625458. OLE color: 3625458.
HSL color Cylindrical-coordinate representation of color #F25137: hue angle of 8.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F25137 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 55 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.05 |
| HSL | 8.34º | 0.88% | 0.58% | - |
| HSV(B) | 8.34º | 0.77% | 0.95% | - |
| XYZ | 40.25 | 25.04 | 6.33 | - |
| YUV | 126.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 55 | 0 | 0.67 | 0.77 | 0.05 | 8.34 | 0.88 | 0.58 |
| Hex | F2 | 51 | 37 | 0 | 43 | 4D | 5 | 8 | 58 | 3A |
| Octal | 362 | 121 | 67 | 0 | 103 | 115 | 5 | 10 | 130 | 72 |
| Binary | 11110010 | 1010001 | 110111 | 0 | 1000011 | 1001101 | 101 | 1000 | 1011000 | 111010 |
Color Harmonies of #F25137
Complementary color
Monochromatic Colors of #F25137
Black with #F25137
Text Example
Text Example
White with #F25137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25137; }
p { color: rgb(242,81,55); }
H1.HeaderClassName
{
color: #F25137;
}
.AnyTagClassName
{
color: #F25137;
}
</style>
background-color css
<style>
a { background-color: #F25137; }
a { background-color: rgb(242,81,55); }
div.DivClassName
{
background-color: #F25137;
}
.BgClassName
{
background-color: #F25137;
}
</style>
border-color css
<style>
span { border-color: #F25137; }
span { border-color: rgb(242,81,55); }
td.TdClassName
{
border-color: #F25137;
}
.TagClassName
{
border-color: #F25137;
}
</style>