Shades of Cinnabar #F04F20
Tints of Cinnabar #F04F20
RGB
CMYK
RGB Variations
Color information
#F04F20 (or 0xF04F20) is known color: Cinnabar. HEX triplet: F0, 4F and 20. RGB value is (240,79,32). Sum of RGB (Red+Green+Blue) = 240+79+32=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F20 is #0FB0DF. Grayscale: #7A7A7A. Windows color (decimal): -1028320 or 2117616. OLE color: 2117616.
HSL color Cylindrical-coordinate representation of color #F04F20: hue angle of 13.56º 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 #F04F20 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.06 |
| HSL | 13.56º | 0.87% | 0.53% | - |
| HSV(B) | 13.56º | 0.87% | 0.94% | - |
| XYZ | 38.99 | 24.22 | 3.99 | - |
| YUV | 121.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 32 | 0 | 0.67 | 0.87 | 0.06 | 13.56 | 0.87 | 0.53 |
| Hex | F0 | 4F | 20 | 0 | 43 | 57 | 6 | E | 57 | 35 |
| Octal | 360 | 117 | 40 | 0 | 103 | 127 | 6 | 16 | 127 | 65 |
| Binary | 11110000 | 1001111 | 100000 | 0 | 1000011 | 1010111 | 110 | 1110 | 1010111 | 110101 |
Color Harmonies of #F04F20
Complementary color
Monochromatic Colors of #F04F20
Black with #F04F20
Text Example
Text Example
White with #F04F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F20; }
p { color: rgb(240,79,32); }
H1.HeaderClassName
{
color: #F04F20;
}
.AnyTagClassName
{
color: #F04F20;
}
</style>
background-color css
<style>
a { background-color: #F04F20; }
a { background-color: rgb(240,79,32); }
div.DivClassName
{
background-color: #F04F20;
}
.BgClassName
{
background-color: #F04F20;
}
</style>
border-color css
<style>
span { border-color: #F04F20; }
span { border-color: rgb(240,79,32); }
td.TdClassName
{
border-color: #F04F20;
}
.TagClassName
{
border-color: #F04F20;
}
</style>