Shades of Red Orange #F93D33
Tints of Red Orange #F93D33
RGB
CMYK
RGB Variations
Color information
#F93D33 (or 0xF93D33) is known color: Red Orange. HEX triplet: F9, 3D and 33. RGB value is (249,61,51). Sum of RGB (Red+Green+Blue) = 249+61+51=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D33 is #06C2CC. Grayscale: #747474. Windows color (decimal): -443085 or 3358201. OLE color: 3358201.
HSL color Cylindrical-coordinate representation of color #F93D33: hue angle of 3.03º 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 #F93D33 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 51 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.02 |
| HSL | 3.03º | 0.94% | 0.59% | - |
| HSV(B) | 3.03º | 0.8% | 0.98% | - |
| XYZ | 41.33 | 23.72 | 5.53 | - |
| YUV | 116.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 51 | 0 | 0.76 | 0.80 | 0.02 | 3.03 | 0.94 | 0.59 |
| Hex | F9 | 3D | 33 | 0 | 4C | 50 | 2 | 3 | 5E | 3B |
| Octal | 371 | 75 | 63 | 0 | 114 | 120 | 2 | 3 | 136 | 73 |
| Binary | 11111001 | 111101 | 110011 | 0 | 1001100 | 1010000 | 10 | 11 | 1011110 | 111011 |
Color Harmonies of #F93D33
Complementary color
Monochromatic Colors of #F93D33
Black with #F93D33
Text Example
Text Example
White with #F93D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D33; }
p { color: rgb(249,61,51); }
H1.HeaderClassName
{
color: #F93D33;
}
.AnyTagClassName
{
color: #F93D33;
}
</style>
background-color css
<style>
a { background-color: #F93D33; }
a { background-color: rgb(249,61,51); }
div.DivClassName
{
background-color: #F93D33;
}
.BgClassName
{
background-color: #F93D33;
}
</style>
border-color css
<style>
span { border-color: #F93D33; }
span { border-color: rgb(249,61,51); }
td.TdClassName
{
border-color: #F93D33;
}
.TagClassName
{
border-color: #F93D33;
}
</style>