Shades of Red Orange #F93232
Tints of Red Orange #F93232
RGB
CMYK
RGB Variations
Color information
#F93232 (or 0xF93232) is known color: Red Orange. HEX triplet: F9, 32 and 32. RGB value is (249,50,50). Sum of RGB (Red+Green+Blue) = 249+50+50=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F93232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93232 is #06CDCD. Grayscale: #6D6D6D. Windows color (decimal): -445902 or 3289849. OLE color: 3289849.
HSL color Cylindrical-coordinate representation of color #F93232: hue angle of 0º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93232 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 50 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.02 |
| HSL | 0º | 0.94% | 0.59% | - |
| HSV(B) | 0º | 0.8% | 0.98% | - |
| XYZ | 40.78 | 22.65 | 5.24 | - |
| YUV | 109.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 50 | 0 | 0.80 | 0.80 | 0.02 | 0 | 0.94 | 0.59 |
| Hex | F9 | 32 | 32 | 0 | 50 | 50 | 2 | 0 | 5E | 3B |
| Octal | 371 | 62 | 62 | 0 | 120 | 120 | 2 | 0 | 136 | 73 |
| Binary | 11111001 | 110010 | 110010 | 0 | 1010000 | 1010000 | 10 | 0 | 1011110 | 111011 |
Color Harmonies of #F93232
Complementary color
Monochromatic Colors of #F93232
Black with #F93232
Text Example
Text Example
White with #F93232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93232; }
p { color: rgb(249,50,50); }
H1.HeaderClassName
{
color: #F93232;
}
.AnyTagClassName
{
color: #F93232;
}
</style>
background-color css
<style>
a { background-color: #F93232; }
a { background-color: rgb(249,50,50); }
div.DivClassName
{
background-color: #F93232;
}
.BgClassName
{
background-color: #F93232;
}
</style>
border-color css
<style>
span { border-color: #F93232; }
span { border-color: rgb(249,50,50); }
td.TdClassName
{
border-color: #F93232;
}
.TagClassName
{
border-color: #F93232;
}
</style>