Shades of Red Orange #F93A20
Tints of Red Orange #F93A20
RGB
CMYK
RGB Variations
Color information
#F93A20 (or 0xF93A20) is known color: Red Orange. HEX triplet: F9, 3A and 20. RGB value is (249,58,32). Sum of RGB (Red+Green+Blue) = 249+58+32=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A20 is #06C5DF. Grayscale: #707070. Windows color (decimal): -443872 or 2112249. OLE color: 2112249.
HSL color Cylindrical-coordinate representation of color #F93A20: hue angle of 7.19º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F93A20 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 32 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.02 |
| HSL | 7.19º | 0.95% | 0.55% | - |
| HSV(B) | 7.19º | 0.87% | 0.98% | - |
| XYZ | 40.84 | 23.27 | 3.71 | - |
| YUV | 112.15 | 82.78 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 32 | 0 | 0.77 | 0.87 | 0.02 | 7.19 | 0.95 | 0.55 |
| Hex | F9 | 3A | 20 | 0 | 4D | 57 | 2 | 7 | 5F | 37 |
| Octal | 371 | 72 | 40 | 0 | 115 | 127 | 2 | 7 | 137 | 67 |
| Binary | 11111001 | 111010 | 100000 | 0 | 1001101 | 1010111 | 10 | 111 | 1011111 | 110111 |
Color Harmonies of #F93A20
Complementary color
Monochromatic Colors of #F93A20
Black with #F93A20
Text Example
Text Example
White with #F93A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A20; }
p { color: rgb(249,58,32); }
H1.HeaderClassName
{
color: #F93A20;
}
.AnyTagClassName
{
color: #F93A20;
}
</style>
background-color css
<style>
a { background-color: #F93A20; }
a { background-color: rgb(249,58,32); }
div.DivClassName
{
background-color: #F93A20;
}
.BgClassName
{
background-color: #F93A20;
}
</style>
border-color css
<style>
span { border-color: #F93A20; }
span { border-color: rgb(249,58,32); }
td.TdClassName
{
border-color: #F93A20;
}
.TagClassName
{
border-color: #F93A20;
}
</style>