Shades of Red Orange #F93224
Tints of Red Orange #F93224
RGB
CMYK
RGB Variations
Color information
#F93224 (or 0xF93224) is known color: Red Orange. HEX triplet: F9, 32 and 24. RGB value is (249,50,36). Sum of RGB (Red+Green+Blue) = 249+50+36=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F93224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93224 is #06CDDB. Grayscale: #6C6C6C. Windows color (decimal): -445916 or 2372345. OLE color: 2372345.
HSL color Cylindrical-coordinate representation of color #F93224: hue angle of 3.94º 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 #F93224 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 36 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.02 |
| HSL | 3.94º | 0.95% | 0.56% | - |
| HSV(B) | 3.94º | 0.86% | 0.98% | - |
| XYZ | 40.53 | 22.55 | 3.89 | - |
| YUV | 107.91 | 87.43 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 36 | 0 | 0.80 | 0.86 | 0.02 | 3.94 | 0.95 | 0.56 |
| Hex | F9 | 32 | 24 | 0 | 50 | 56 | 2 | 4 | 5F | 38 |
| Octal | 371 | 62 | 44 | 0 | 120 | 126 | 2 | 4 | 137 | 70 |
| Binary | 11111001 | 110010 | 100100 | 0 | 1010000 | 1010110 | 10 | 100 | 1011111 | 111000 |
Color Harmonies of #F93224
Complementary color
Monochromatic Colors of #F93224
Black with #F93224
Text Example
Text Example
White with #F93224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93224; }
p { color: rgb(249,50,36); }
H1.HeaderClassName
{
color: #F93224;
}
.AnyTagClassName
{
color: #F93224;
}
</style>
background-color css
<style>
a { background-color: #F93224; }
a { background-color: rgb(249,50,36); }
div.DivClassName
{
background-color: #F93224;
}
.BgClassName
{
background-color: #F93224;
}
</style>
border-color css
<style>
span { border-color: #F93224; }
span { border-color: rgb(249,50,36); }
td.TdClassName
{
border-color: #F93224;
}
.TagClassName
{
border-color: #F93224;
}
</style>