Shades of Cinnabar #F24A26
Tints of Cinnabar #F24A26
RGB
CMYK
RGB Variations
Color information
#F24A26 (or 0xF24A26) is known color: Cinnabar. HEX triplet: F2, 4A and 26. RGB value is (242,74,38). Sum of RGB (Red+Green+Blue) = 242+74+38=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24A26 is #0DB5D9. Grayscale: #787878. Windows color (decimal): -898522 or 2509554. OLE color: 2509554.
HSL color Cylindrical-coordinate representation of color #F24A26: hue angle of 10.59º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24A26 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 38 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.05 |
| HSL | 10.59º | 0.89% | 0.55% | - |
| HSV(B) | 10.59º | 0.84% | 0.95% | - |
| XYZ | 39.42 | 23.91 | 4.37 | - |
| YUV | 120.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 38 | 0 | 0.69 | 0.84 | 0.05 | 10.59 | 0.89 | 0.55 |
| Hex | F2 | 4A | 26 | 0 | 45 | 54 | 5 | B | 59 | 37 |
| Octal | 362 | 112 | 46 | 0 | 105 | 124 | 5 | 13 | 131 | 67 |
| Binary | 11110010 | 1001010 | 100110 | 0 | 1000101 | 1010100 | 101 | 1011 | 1011001 | 110111 |
Color Harmonies of #F24A26
Complementary color
Monochromatic Colors of #F24A26
Black with #F24A26
Text Example
Text Example
White with #F24A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A26; }
p { color: rgb(242,74,38); }
H1.HeaderClassName
{
color: #F24A26;
}
.AnyTagClassName
{
color: #F24A26;
}
</style>
background-color css
<style>
a { background-color: #F24A26; }
a { background-color: rgb(242,74,38); }
div.DivClassName
{
background-color: #F24A26;
}
.BgClassName
{
background-color: #F24A26;
}
</style>
border-color css
<style>
span { border-color: #F24A26; }
span { border-color: rgb(242,74,38); }
td.TdClassName
{
border-color: #F24A26;
}
.TagClassName
{
border-color: #F24A26;
}
</style>