Shades of Sunset Orange #F0533B
Tints of Sunset Orange #F0533B
RGB
CMYK
RGB Variations
Color information
#F0533B (or 0xF0533B) is known color: Sunset Orange. HEX triplet: F0, 53 and 3B. RGB value is (240,83,59). Sum of RGB (Red+Green+Blue) = 240+83+59=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0533B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0533B is #0FACC4. Grayscale: #7F7F7F. Windows color (decimal): -1027269 or 3888112. OLE color: 3888112.
HSL color Cylindrical-coordinate representation of color #F0533B: hue angle of 7.96º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0533B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 59 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.06 |
| HSL | 7.96º | 0.86% | 0.59% | - |
| HSV(B) | 7.96º | 0.75% | 0.94% | - |
| XYZ | 39.82 | 25.03 | 6.87 | - |
| YUV | 127.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 59 | 0 | 0.65 | 0.75 | 0.06 | 7.96 | 0.86 | 0.59 |
| Hex | F0 | 53 | 3B | 0 | 41 | 4B | 6 | 8 | 56 | 3B |
| Octal | 360 | 123 | 73 | 0 | 101 | 113 | 6 | 10 | 126 | 73 |
| Binary | 11110000 | 1010011 | 111011 | 0 | 1000001 | 1001011 | 110 | 1000 | 1010110 | 111011 |
Color Harmonies of #F0533B
Complementary color
Monochromatic Colors of #F0533B
Black with #F0533B
Text Example
Text Example
White with #F0533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0533B; }
p { color: rgb(240,83,59); }
H1.HeaderClassName
{
color: #F0533B;
}
.AnyTagClassName
{
color: #F0533B;
}
</style>
background-color css
<style>
a { background-color: #F0533B; }
a { background-color: rgb(240,83,59); }
div.DivClassName
{
background-color: #F0533B;
}
.BgClassName
{
background-color: #F0533B;
}
</style>
border-color css
<style>
span { border-color: #F0533B; }
span { border-color: rgb(240,83,59); }
td.TdClassName
{
border-color: #F0533B;
}
.TagClassName
{
border-color: #F0533B;
}
</style>