Shades of Cinnabar #F24B20
Tints of Cinnabar #F24B20
RGB
CMYK
RGB Variations
Color information
#F24B20 (or 0xF24B20) is known color: Cinnabar. HEX triplet: F2, 4B and 20. RGB value is (242,75,32). Sum of RGB (Red+Green+Blue) = 242+75+32=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B20 is #0DB4DF. Grayscale: #787878. Windows color (decimal): -898272 or 2116594. OLE color: 2116594.
HSL color Cylindrical-coordinate representation of color #F24B20: hue angle of 12.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F24B20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 32 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.05 |
| HSL | 12.29º | 0.89% | 0.54% | - |
| HSV(B) | 12.29º | 0.87% | 0.95% | - |
| XYZ | 39.39 | 24.01 | 3.93 | - |
| YUV | 120.03 | 78.33 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 32 | 0 | 0.69 | 0.87 | 0.05 | 12.29 | 0.89 | 0.54 |
| Hex | F2 | 4B | 20 | 0 | 45 | 57 | 5 | C | 59 | 36 |
| Octal | 362 | 113 | 40 | 0 | 105 | 127 | 5 | 14 | 131 | 66 |
| Binary | 11110010 | 1001011 | 100000 | 0 | 1000101 | 1010111 | 101 | 1100 | 1011001 | 110110 |
Color Harmonies of #F24B20
Complementary color
Monochromatic Colors of #F24B20
Black with #F24B20
Text Example
Text Example
White with #F24B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B20; }
p { color: rgb(242,75,32); }
H1.HeaderClassName
{
color: #F24B20;
}
.AnyTagClassName
{
color: #F24B20;
}
</style>
background-color css
<style>
a { background-color: #F24B20; }
a { background-color: rgb(242,75,32); }
div.DivClassName
{
background-color: #F24B20;
}
.BgClassName
{
background-color: #F24B20;
}
</style>
border-color css
<style>
span { border-color: #F24B20; }
span { border-color: rgb(242,75,32); }
td.TdClassName
{
border-color: #F24B20;
}
.TagClassName
{
border-color: #F24B20;
}
</style>