Shades of Cinnabar #F05020
Tints of Cinnabar #F05020
RGB
CMYK
RGB Variations
Color information
#F05020 (or 0xF05020) is known color: Cinnabar. HEX triplet: F0, 50 and 20. RGB value is (240,80,32). Sum of RGB (Red+Green+Blue) = 240+80+32=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F05020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05020 is #0FAFDF. Grayscale: #7A7A7A. Windows color (decimal): -1028064 or 2117872. OLE color: 2117872.
HSL color Cylindrical-coordinate representation of color #F05020: hue angle of 13.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F05020 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.06 |
| HSL | 13.85º | 0.87% | 0.53% | - |
| HSV(B) | 13.85º | 0.87% | 0.94% | - |
| XYZ | 39.06 | 24.37 | 4.01 | - |
| YUV | 122.37 | 77.01 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 32 | 0 | 0.67 | 0.87 | 0.06 | 13.85 | 0.87 | 0.53 |
| Hex | F0 | 50 | 20 | 0 | 43 | 57 | 6 | E | 57 | 35 |
| Octal | 360 | 120 | 40 | 0 | 103 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11110000 | 1010000 | 100000 | 0 | 1000011 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #F05020
Complementary color
Monochromatic Colors of #F05020
Black with #F05020
Text Example
Text Example
White with #F05020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05020; }
p { color: rgb(240,80,32); }
H1.HeaderClassName
{
color: #F05020;
}
.AnyTagClassName
{
color: #F05020;
}
</style>
background-color css
<style>
a { background-color: #F05020; }
a { background-color: rgb(240,80,32); }
div.DivClassName
{
background-color: #F05020;
}
.BgClassName
{
background-color: #F05020;
}
</style>
border-color css
<style>
span { border-color: #F05020; }
span { border-color: rgb(240,80,32); }
td.TdClassName
{
border-color: #F05020;
}
.TagClassName
{
border-color: #F05020;
}
</style>