Shades of Red Orange #F93B32
Tints of Red Orange #F93B32
RGB
CMYK
RGB Variations
Color information
#F93B32 (or 0xF93B32) is known color: Red Orange. HEX triplet: F9, 3B and 32. RGB value is (249,59,50). Sum of RGB (Red+Green+Blue) = 249+59+50=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93B32 is #06C4CD. Grayscale: #737373. Windows color (decimal): -443598 or 3292153. OLE color: 3292153.
HSL color Cylindrical-coordinate representation of color #F93B32: hue angle of 2.71º 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 #F93B32 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 50 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.02 |
| HSL | 2.71º | 0.94% | 0.59% | - |
| HSV(B) | 2.71º | 0.8% | 0.98% | - |
| XYZ | 41.21 | 23.5 | 5.38 | - |
| YUV | 114.78 | 91.45 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 50 | 0 | 0.76 | 0.80 | 0.02 | 2.71 | 0.94 | 0.59 |
| Hex | F9 | 3B | 32 | 0 | 4C | 50 | 2 | 3 | 5E | 3B |
| Octal | 371 | 73 | 62 | 0 | 114 | 120 | 2 | 3 | 136 | 73 |
| Binary | 11111001 | 111011 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1011110 | 111011 |
Color Harmonies of #F93B32
Complementary color
Monochromatic Colors of #F93B32
Black with #F93B32
Text Example
Text Example
White with #F93B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B32; }
p { color: rgb(249,59,50); }
H1.HeaderClassName
{
color: #F93B32;
}
.AnyTagClassName
{
color: #F93B32;
}
</style>
background-color css
<style>
a { background-color: #F93B32; }
a { background-color: rgb(249,59,50); }
div.DivClassName
{
background-color: #F93B32;
}
.BgClassName
{
background-color: #F93B32;
}
</style>
border-color css
<style>
span { border-color: #F93B32; }
span { border-color: rgb(249,59,50); }
td.TdClassName
{
border-color: #F93B32;
}
.TagClassName
{
border-color: #F93B32;
}
</style>