Shades of Red Orange #F93F31
Tints of Red Orange #F93F31
RGB
CMYK
RGB Variations
Color information
#F93F31 (or 0xF93F31) is known color: Red Orange. HEX triplet: F9, 3F and 31. RGB value is (249,63,49). Sum of RGB (Red+Green+Blue) = 249+63+49=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93F31 is #06C0CE. Grayscale: #757575. Windows color (decimal): -442575 or 3227641. OLE color: 3227641.
HSL color Cylindrical-coordinate representation of color #F93F31: hue angle of 4.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93F31 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 49 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.02 |
| HSL | 4.2º | 0.94% | 0.58% | - |
| HSV(B) | 4.2º | 0.8% | 0.98% | - |
| XYZ | 41.4 | 23.92 | 5.34 | - |
| YUV | 117.02 | 89.62 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 49 | 0 | 0.75 | 0.80 | 0.02 | 4.2 | 0.94 | 0.58 |
| Hex | F9 | 3F | 31 | 0 | 4B | 50 | 2 | 4 | 5E | 3A |
| Octal | 371 | 77 | 61 | 0 | 113 | 120 | 2 | 4 | 136 | 72 |
| Binary | 11111001 | 111111 | 110001 | 0 | 1001011 | 1010000 | 10 | 100 | 1011110 | 111010 |
Color Harmonies of #F93F31
Complementary color
Monochromatic Colors of #F93F31
Black with #F93F31
Text Example
Text Example
White with #F93F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F31; }
p { color: rgb(249,63,49); }
H1.HeaderClassName
{
color: #F93F31;
}
.AnyTagClassName
{
color: #F93F31;
}
</style>
background-color css
<style>
a { background-color: #F93F31; }
a { background-color: rgb(249,63,49); }
div.DivClassName
{
background-color: #F93F31;
}
.BgClassName
{
background-color: #F93F31;
}
</style>
border-color css
<style>
span { border-color: #F93F31; }
span { border-color: rgb(249,63,49); }
td.TdClassName
{
border-color: #F93F31;
}
.TagClassName
{
border-color: #F93F31;
}
</style>