Shades of Red Orange #F93A19
Tints of Red Orange #F93A19
RGB
CMYK
RGB Variations
Color information
#F93A19 (or 0xF93A19) is known color: Red Orange. HEX triplet: F9, 3A and 19. RGB value is (249,58,25). Sum of RGB (Red+Green+Blue) = 249+58+25=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A19 is #06C5E6. Grayscale: #6F6F6F. Windows color (decimal): -443879 or 1653497. OLE color: 1653497.
HSL color Cylindrical-coordinate representation of color #F93A19: hue angle of 8.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F93A19 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 25 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.02 |
| HSL | 8.84º | 0.95% | 0.54% | - |
| HSV(B) | 8.84º | 0.9% | 0.98% | - |
| XYZ | 40.76 | 23.24 | 3.26 | - |
| YUV | 111.35 | 79.28 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 25 | 0 | 0.77 | 0.90 | 0.02 | 8.84 | 0.95 | 0.54 |
| Hex | F9 | 3A | 19 | 0 | 4D | 5A | 2 | 9 | 5F | 36 |
| Octal | 371 | 72 | 31 | 0 | 115 | 132 | 2 | 11 | 137 | 66 |
| Binary | 11111001 | 111010 | 11001 | 0 | 1001101 | 1011010 | 10 | 1001 | 1011111 | 110110 |
Color Harmonies of #F93A19
Complementary color
Monochromatic Colors of #F93A19
Black with #F93A19
Text Example
Text Example
White with #F93A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A19; }
p { color: rgb(249,58,25); }
H1.HeaderClassName
{
color: #F93A19;
}
.AnyTagClassName
{
color: #F93A19;
}
</style>
background-color css
<style>
a { background-color: #F93A19; }
a { background-color: rgb(249,58,25); }
div.DivClassName
{
background-color: #F93A19;
}
.BgClassName
{
background-color: #F93A19;
}
</style>
border-color css
<style>
span { border-color: #F93A19; }
span { border-color: rgb(249,58,25); }
td.TdClassName
{
border-color: #F93A19;
}
.TagClassName
{
border-color: #F93A19;
}
</style>