Shades of Sunset Orange #F25337
Tints of Sunset Orange #F25337
RGB
CMYK
RGB Variations
Color information
#F25337 (or 0xF25337) is known color: Sunset Orange. HEX triplet: F2, 53 and 37. RGB value is (242,83,55). Sum of RGB (Red+Green+Blue) = 242+83+55=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25337 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25337 is #0DACC8. Grayscale: #7F7F7F. Windows color (decimal): -896201 or 3625970. OLE color: 3625970.
HSL color Cylindrical-coordinate representation of color #F25337: hue angle of 8.98º 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 #F25337 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 55 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.05 |
| HSL | 8.98º | 0.88% | 0.58% | - |
| HSV(B) | 8.98º | 0.77% | 0.95% | - |
| XYZ | 40.4 | 25.34 | 6.38 | - |
| YUV | 127.35 | 87.18 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 55 | 0 | 0.66 | 0.77 | 0.05 | 8.98 | 0.88 | 0.58 |
| Hex | F2 | 53 | 37 | 0 | 42 | 4D | 5 | 9 | 58 | 3A |
| Octal | 362 | 123 | 67 | 0 | 102 | 115 | 5 | 11 | 130 | 72 |
| Binary | 11110010 | 1010011 | 110111 | 0 | 1000010 | 1001101 | 101 | 1001 | 1011000 | 111010 |
Color Harmonies of #F25337
Complementary color
Monochromatic Colors of #F25337
Black with #F25337
Text Example
Text Example
White with #F25337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25337; }
p { color: rgb(242,83,55); }
H1.HeaderClassName
{
color: #F25337;
}
.AnyTagClassName
{
color: #F25337;
}
</style>
background-color css
<style>
a { background-color: #F25337; }
a { background-color: rgb(242,83,55); }
div.DivClassName
{
background-color: #F25337;
}
.BgClassName
{
background-color: #F25337;
}
</style>
border-color css
<style>
span { border-color: #F25337; }
span { border-color: rgb(242,83,55); }
td.TdClassName
{
border-color: #F25337;
}
.TagClassName
{
border-color: #F25337;
}
</style>