Shades of Sunset Orange #F05234
Tints of Sunset Orange #F05234
RGB
CMYK
RGB Variations
Color information
#F05234 (or 0xF05234) is known color: Sunset Orange. HEX triplet: F0, 52 and 34. RGB value is (240,82,52). Sum of RGB (Red+Green+Blue) = 240+82+52=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F05234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05234 is #0FADCB. Grayscale: #7E7E7E. Windows color (decimal): -1027532 or 3429104. OLE color: 3429104.
HSL color Cylindrical-coordinate representation of color #F05234: hue angle of 9.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F05234 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 52 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.06 |
| HSL | 9.57º | 0.86% | 0.57% | - |
| HSV(B) | 9.57º | 0.78% | 0.94% | - |
| XYZ | 39.57 | 24.81 | 5.95 | - |
| YUV | 125.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 52 | 0 | 0.66 | 0.78 | 0.06 | 9.57 | 0.86 | 0.57 |
| Hex | F0 | 52 | 34 | 0 | 42 | 4E | 6 | A | 56 | 39 |
| Octal | 360 | 122 | 64 | 0 | 102 | 116 | 6 | 12 | 126 | 71 |
| Binary | 11110000 | 1010010 | 110100 | 0 | 1000010 | 1001110 | 110 | 1010 | 1010110 | 111001 |
Color Harmonies of #F05234
Complementary color
Monochromatic Colors of #F05234
Black with #F05234
Text Example
Text Example
White with #F05234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05234; }
p { color: rgb(240,82,52); }
H1.HeaderClassName
{
color: #F05234;
}
.AnyTagClassName
{
color: #F05234;
}
</style>
background-color css
<style>
a { background-color: #F05234; }
a { background-color: rgb(240,82,52); }
div.DivClassName
{
background-color: #F05234;
}
.BgClassName
{
background-color: #F05234;
}
</style>
border-color css
<style>
span { border-color: #F05234; }
span { border-color: rgb(240,82,52); }
td.TdClassName
{
border-color: #F05234;
}
.TagClassName
{
border-color: #F05234;
}
</style>