Shades of Sunset Orange #F25237
Tints of Sunset Orange #F25237
RGB
CMYK
RGB Variations
Color information
#F25237 (or 0xF25237) is known color: Sunset Orange. HEX triplet: F2, 52 and 37. RGB value is (242,82,55). Sum of RGB (Red+Green+Blue) = 242+82+55=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F25237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25237 is #0DADC8. Grayscale: #7F7F7F. Windows color (decimal): -896457 or 3625714. OLE color: 3625714.
HSL color Cylindrical-coordinate representation of color #F25237: hue angle of 8.66º 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 #F25237 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 55 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.05 |
| HSL | 8.66º | 0.88% | 0.58% | - |
| HSV(B) | 8.66º | 0.77% | 0.95% | - |
| XYZ | 40.32 | 25.19 | 6.35 | - |
| YUV | 126.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 55 | 0 | 0.66 | 0.77 | 0.05 | 8.66 | 0.88 | 0.58 |
| Hex | F2 | 52 | 37 | 0 | 42 | 4D | 5 | 9 | 58 | 3A |
| Octal | 362 | 122 | 67 | 0 | 102 | 115 | 5 | 11 | 130 | 72 |
| Binary | 11110010 | 1010010 | 110111 | 0 | 1000010 | 1001101 | 101 | 1001 | 1011000 | 111010 |
Color Harmonies of #F25237
Complementary color
Monochromatic Colors of #F25237
Black with #F25237
Text Example
Text Example
White with #F25237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25237; }
p { color: rgb(242,82,55); }
H1.HeaderClassName
{
color: #F25237;
}
.AnyTagClassName
{
color: #F25237;
}
</style>
background-color css
<style>
a { background-color: #F25237; }
a { background-color: rgb(242,82,55); }
div.DivClassName
{
background-color: #F25237;
}
.BgClassName
{
background-color: #F25237;
}
</style>
border-color css
<style>
span { border-color: #F25237; }
span { border-color: rgb(242,82,55); }
td.TdClassName
{
border-color: #F25237;
}
.TagClassName
{
border-color: #F25237;
}
</style>