Shades of Red Orange #F94024
Tints of Red Orange #F94024
RGB
CMYK
RGB Variations
Color information
#F94024 (or 0xF94024) is known color: Red Orange. HEX triplet: F9, 40 and 24. RGB value is (249,64,36). Sum of RGB (Red+Green+Blue) = 249+64+36=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F94024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94024 is #06BFDB. Grayscale: #747474. Windows color (decimal): -442332 or 2375929. OLE color: 2375929.
HSL color Cylindrical-coordinate representation of color #F94024: hue angle of 7.89º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F94024 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 36 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.02 |
| HSL | 7.89º | 0.95% | 0.56% | - |
| HSV(B) | 7.89º | 0.86% | 0.98% | - |
| XYZ | 41.22 | 23.93 | 4.12 | - |
| YUV | 116.12 | 82.79 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 36 | 0 | 0.74 | 0.86 | 0.02 | 7.89 | 0.95 | 0.56 |
| Hex | F9 | 40 | 24 | 0 | 4A | 56 | 2 | 8 | 5F | 38 |
| Octal | 371 | 100 | 44 | 0 | 112 | 126 | 2 | 10 | 137 | 70 |
| Binary | 11111001 | 1000000 | 100100 | 0 | 1001010 | 1010110 | 10 | 1000 | 1011111 | 111000 |
Color Harmonies of #F94024
Complementary color
Monochromatic Colors of #F94024
Black with #F94024
Text Example
Text Example
White with #F94024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94024; }
p { color: rgb(249,64,36); }
H1.HeaderClassName
{
color: #F94024;
}
.AnyTagClassName
{
color: #F94024;
}
</style>
background-color css
<style>
a { background-color: #F94024; }
a { background-color: rgb(249,64,36); }
div.DivClassName
{
background-color: #F94024;
}
.BgClassName
{
background-color: #F94024;
}
</style>
border-color css
<style>
span { border-color: #F94024; }
span { border-color: rgb(249,64,36); }
td.TdClassName
{
border-color: #F94024;
}
.TagClassName
{
border-color: #F94024;
}
</style>