Shades of Red Orange #F93932
Tints of Red Orange #F93932
RGB
CMYK
RGB Variations
Color information
#F93932 (or 0xF93932) is known color: Red Orange. HEX triplet: F9, 39 and 32. RGB value is (249,57,50). Sum of RGB (Red+Green+Blue) = 249+57+50=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F93932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93932 is #06C6CD. Grayscale: #717171. Windows color (decimal): -444110 or 3291641. OLE color: 3291641.
HSL color Cylindrical-coordinate representation of color #F93932: hue angle of 2.11º 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 #F93932 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 50 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.02 |
| HSL | 2.11º | 0.94% | 0.59% | - |
| HSV(B) | 2.11º | 0.8% | 0.98% | - |
| XYZ | 41.11 | 23.3 | 5.35 | - |
| YUV | 113.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 50 | 0 | 0.77 | 0.80 | 0.02 | 2.11 | 0.94 | 0.59 |
| Hex | F9 | 39 | 32 | 0 | 4D | 50 | 2 | 2 | 5E | 3B |
| Octal | 371 | 71 | 62 | 0 | 115 | 120 | 2 | 2 | 136 | 73 |
| Binary | 11111001 | 111001 | 110010 | 0 | 1001101 | 1010000 | 10 | 10 | 1011110 | 111011 |
Color Harmonies of #F93932
Complementary color
Monochromatic Colors of #F93932
Black with #F93932
Text Example
Text Example
White with #F93932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93932; }
p { color: rgb(249,57,50); }
H1.HeaderClassName
{
color: #F93932;
}
.AnyTagClassName
{
color: #F93932;
}
</style>
background-color css
<style>
a { background-color: #F93932; }
a { background-color: rgb(249,57,50); }
div.DivClassName
{
background-color: #F93932;
}
.BgClassName
{
background-color: #F93932;
}
</style>
border-color css
<style>
span { border-color: #F93932; }
span { border-color: rgb(249,57,50); }
td.TdClassName
{
border-color: #F93932;
}
.TagClassName
{
border-color: #F93932;
}
</style>