Shades of Cinnabar #F05022
Tints of Cinnabar #F05022
RGB
CMYK
RGB Variations
Color information
#F05022 (or 0xF05022) is known color: Cinnabar. HEX triplet: F0, 50 and 22. RGB value is (240,80,34). Sum of RGB (Red+Green+Blue) = 240+80+34=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05022 is #0FAFDD. Grayscale: #7A7A7A. Windows color (decimal): -1028062 or 2248944. OLE color: 2248944.
HSL color Cylindrical-coordinate representation of color #F05022: hue angle of 13.4º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F05022 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 34 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.06 |
| HSL | 13.4º | 0.87% | 0.54% | - |
| HSV(B) | 13.4º | 0.86% | 0.94% | - |
| XYZ | 39.09 | 24.38 | 4.16 | - |
| YUV | 122.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 34 | 0 | 0.67 | 0.86 | 0.06 | 13.4 | 0.87 | 0.54 |
| Hex | F0 | 50 | 22 | 0 | 43 | 56 | 6 | D | 57 | 36 |
| Octal | 360 | 120 | 42 | 0 | 103 | 126 | 6 | 15 | 127 | 66 |
| Binary | 11110000 | 1010000 | 100010 | 0 | 1000011 | 1010110 | 110 | 1101 | 1010111 | 110110 |
Color Harmonies of #F05022
Complementary color
Monochromatic Colors of #F05022
Black with #F05022
Text Example
Text Example
White with #F05022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05022; }
p { color: rgb(240,80,34); }
H1.HeaderClassName
{
color: #F05022;
}
.AnyTagClassName
{
color: #F05022;
}
</style>
background-color css
<style>
a { background-color: #F05022; }
a { background-color: rgb(240,80,34); }
div.DivClassName
{
background-color: #F05022;
}
.BgClassName
{
background-color: #F05022;
}
</style>
border-color css
<style>
span { border-color: #F05022; }
span { border-color: rgb(240,80,34); }
td.TdClassName
{
border-color: #F05022;
}
.TagClassName
{
border-color: #F05022;
}
</style>