Shades of Red Orange #F93719
Tints of Red Orange #F93719
RGB
CMYK
RGB Variations
Color information
#F93719 (or 0xF93719) is known color: Red Orange. HEX triplet: F9, 37 and 19. RGB value is (249,55,25). Sum of RGB (Red+Green+Blue) = 249+55+25=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F93719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93719 is #06C8E6. Grayscale: #6D6D6D. Windows color (decimal): -444647 or 1652729. OLE color: 1652729.
HSL color Cylindrical-coordinate representation of color #F93719: hue angle of 8.04º 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 #F93719 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 25 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.02 |
| HSL | 8.04º | 0.95% | 0.54% | - |
| HSV(B) | 8.04º | 0.9% | 0.98% | - |
| XYZ | 40.61 | 22.94 | 3.21 | - |
| YUV | 109.59 | 80.27 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 25 | 0 | 0.78 | 0.90 | 0.02 | 8.04 | 0.95 | 0.54 |
| Hex | F9 | 37 | 19 | 0 | 4E | 5A | 2 | 8 | 5F | 36 |
| Octal | 371 | 67 | 31 | 0 | 116 | 132 | 2 | 10 | 137 | 66 |
| Binary | 11111001 | 110111 | 11001 | 0 | 1001110 | 1011010 | 10 | 1000 | 1011111 | 110110 |
Color Harmonies of #F93719
Complementary color
Monochromatic Colors of #F93719
Black with #F93719
Text Example
Text Example
White with #F93719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93719; }
p { color: rgb(249,55,25); }
H1.HeaderClassName
{
color: #F93719;
}
.AnyTagClassName
{
color: #F93719;
}
</style>
background-color css
<style>
a { background-color: #F93719; }
a { background-color: rgb(249,55,25); }
div.DivClassName
{
background-color: #F93719;
}
.BgClassName
{
background-color: #F93719;
}
</style>
border-color css
<style>
span { border-color: #F93719; }
span { border-color: rgb(249,55,25); }
td.TdClassName
{
border-color: #F93719;
}
.TagClassName
{
border-color: #F93719;
}
</style>