Shades of Sunset Orange #F05239
Tints of Sunset Orange #F05239
RGB
CMYK
RGB Variations
Color information
#F05239 (or 0xF05239) is known color: Sunset Orange. HEX triplet: F0, 52 and 39. RGB value is (240,82,57). Sum of RGB (Red+Green+Blue) = 240+82+57=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F05239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05239 is #0FADC6. Grayscale: #7E7E7E. Windows color (decimal): -1027527 or 3756784. OLE color: 3756784.
HSL color Cylindrical-coordinate representation of color #F05239: hue angle of 8.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F05239 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 57 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.06 |
| HSL | 8.2º | 0.86% | 0.58% | - |
| HSV(B) | 8.2º | 0.76% | 0.94% | - |
| XYZ | 39.69 | 24.86 | 6.58 | - |
| YUV | 126.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 57 | 0 | 0.66 | 0.76 | 0.06 | 8.2 | 0.86 | 0.58 |
| Hex | F0 | 52 | 39 | 0 | 42 | 4C | 6 | 8 | 56 | 3A |
| Octal | 360 | 122 | 71 | 0 | 102 | 114 | 6 | 10 | 126 | 72 |
| Binary | 11110000 | 1010010 | 111001 | 0 | 1000010 | 1001100 | 110 | 1000 | 1010110 | 111010 |
Color Harmonies of #F05239
Complementary color
Monochromatic Colors of #F05239
Black with #F05239
Text Example
Text Example
White with #F05239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05239; }
p { color: rgb(240,82,57); }
H1.HeaderClassName
{
color: #F05239;
}
.AnyTagClassName
{
color: #F05239;
}
</style>
background-color css
<style>
a { background-color: #F05239; }
a { background-color: rgb(240,82,57); }
div.DivClassName
{
background-color: #F05239;
}
.BgClassName
{
background-color: #F05239;
}
</style>
border-color css
<style>
span { border-color: #F05239; }
span { border-color: rgb(240,82,57); }
td.TdClassName
{
border-color: #F05239;
}
.TagClassName
{
border-color: #F05239;
}
</style>