Shades of Red Orange #F93D32
Tints of Red Orange #F93D32
RGB
CMYK
RGB Variations
Color information
#F93D32 (or 0xF93D32) is known color: Red Orange. HEX triplet: F9, 3D and 32. RGB value is (249,61,50). Sum of RGB (Red+Green+Blue) = 249+61+50=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D32 is #06C2CD. Grayscale: #747474. Windows color (decimal): -443086 or 3292665. OLE color: 3292665.
HSL color Cylindrical-coordinate representation of color #F93D32: hue angle of 3.32º 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 #F93D32 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 50 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.02 |
| HSL | 3.32º | 0.94% | 0.59% | - |
| HSV(B) | 3.32º | 0.8% | 0.98% | - |
| XYZ | 41.31 | 23.71 | 5.42 | - |
| YUV | 115.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 50 | 0 | 0.76 | 0.80 | 0.02 | 3.32 | 0.94 | 0.59 |
| Hex | F9 | 3D | 32 | 0 | 4C | 50 | 2 | 3 | 5E | 3B |
| Octal | 371 | 75 | 62 | 0 | 114 | 120 | 2 | 3 | 136 | 73 |
| Binary | 11111001 | 111101 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1011110 | 111011 |
Color Harmonies of #F93D32
Complementary color
Monochromatic Colors of #F93D32
Black with #F93D32
Text Example
Text Example
White with #F93D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D32; }
p { color: rgb(249,61,50); }
H1.HeaderClassName
{
color: #F93D32;
}
.AnyTagClassName
{
color: #F93D32;
}
</style>
background-color css
<style>
a { background-color: #F93D32; }
a { background-color: rgb(249,61,50); }
div.DivClassName
{
background-color: #F93D32;
}
.BgClassName
{
background-color: #F93D32;
}
</style>
border-color css
<style>
span { border-color: #F93D32; }
span { border-color: rgb(249,61,50); }
td.TdClassName
{
border-color: #F93D32;
}
.TagClassName
{
border-color: #F93D32;
}
</style>