Shades of Red Orange #F93A1E
Tints of Red Orange #F93A1E
RGB
CMYK
RGB Variations
Color information
#F93A1E (or 0xF93A1E) is known color: Red Orange. HEX triplet: F9, 3A and 1E. RGB value is (249,58,30). Sum of RGB (Red+Green+Blue) = 249+58+30=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93A1E is #06C5E1. Grayscale: #707070. Windows color (decimal): -443874 or 1981177. OLE color: 1981177.
HSL color Cylindrical-coordinate representation of color #F93A1E: hue angle of 7.67º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F93A1E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.02 |
| HSL | 7.67º | 0.95% | 0.55% | - |
| HSV(B) | 7.67º | 0.88% | 0.98% | - |
| XYZ | 40.81 | 23.26 | 3.57 | - |
| YUV | 111.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 30 | 0 | 0.77 | 0.88 | 0.02 | 7.67 | 0.95 | 0.55 |
| Hex | F9 | 3A | 1E | 0 | 4D | 58 | 2 | 8 | 5F | 37 |
| Octal | 371 | 72 | 36 | 0 | 115 | 130 | 2 | 10 | 137 | 67 |
| Binary | 11111001 | 111010 | 11110 | 0 | 1001101 | 1011000 | 10 | 1000 | 1011111 | 110111 |
Color Harmonies of #F93A1E
Complementary color
Monochromatic Colors of #F93A1E
Black with #F93A1E
Text Example
Text Example
White with #F93A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A1E; }
p { color: rgb(249,58,30); }
H1.HeaderClassName
{
color: #F93A1E;
}
.AnyTagClassName
{
color: #F93A1E;
}
</style>
background-color css
<style>
a { background-color: #F93A1E; }
a { background-color: rgb(249,58,30); }
div.DivClassName
{
background-color: #F93A1E;
}
.BgClassName
{
background-color: #F93A1E;
}
</style>
border-color css
<style>
span { border-color: #F93A1E; }
span { border-color: rgb(249,58,30); }
td.TdClassName
{
border-color: #F93A1E;
}
.TagClassName
{
border-color: #F93A1E;
}
</style>