Shades of Red Orange #F93C24
Tints of Red Orange #F93C24
RGB
CMYK
RGB Variations
Color information
#F93C24 (or 0xF93C24) is known color: Red Orange. HEX triplet: F9, 3C and 24. RGB value is (249,60,36). Sum of RGB (Red+Green+Blue) = 249+60+36=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C24 is #06C3DB. Grayscale: #727272. Windows color (decimal): -443356 or 2374905. OLE color: 2374905.
HSL color Cylindrical-coordinate representation of color #F93C24: hue angle of 6.76º 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 #F93C24 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 36 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.02 |
| HSL | 6.76º | 0.95% | 0.56% | - |
| HSV(B) | 6.76º | 0.86% | 0.98% | - |
| XYZ | 41 | 23.5 | 4.04 | - |
| YUV | 113.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 36 | 0 | 0.76 | 0.86 | 0.02 | 6.76 | 0.95 | 0.56 |
| Hex | F9 | 3C | 24 | 0 | 4C | 56 | 2 | 7 | 5F | 38 |
| Octal | 371 | 74 | 44 | 0 | 114 | 126 | 2 | 7 | 137 | 70 |
| Binary | 11111001 | 111100 | 100100 | 0 | 1001100 | 1010110 | 10 | 111 | 1011111 | 111000 |
Color Harmonies of #F93C24
Complementary color
Monochromatic Colors of #F93C24
Black with #F93C24
Text Example
Text Example
White with #F93C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C24; }
p { color: rgb(249,60,36); }
H1.HeaderClassName
{
color: #F93C24;
}
.AnyTagClassName
{
color: #F93C24;
}
</style>
background-color css
<style>
a { background-color: #F93C24; }
a { background-color: rgb(249,60,36); }
div.DivClassName
{
background-color: #F93C24;
}
.BgClassName
{
background-color: #F93C24;
}
</style>
border-color css
<style>
span { border-color: #F93C24; }
span { border-color: rgb(249,60,36); }
td.TdClassName
{
border-color: #F93C24;
}
.TagClassName
{
border-color: #F93C24;
}
</style>