Shades of Orange Red #F93F17
Tints of Orange Red #F93F17
RGB
CMYK
RGB Variations
Color information
#F93F17 (or 0xF93F17) is known color: Orange Red. HEX triplet: F9, 3F and 17. RGB value is (249,63,23). Sum of RGB (Red+Green+Blue) = 249+63+23=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F17 is #06C0E8. Grayscale: #727272. Windows color (decimal): -442601 or 1523705. OLE color: 1523705.
HSL color Cylindrical-coordinate representation of color #F93F17: hue angle of 10.62º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F93F17 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 23 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.02 |
| HSL | 10.62º | 0.95% | 0.53% | - |
| HSV(B) | 10.62º | 0.91% | 0.98% | - |
| XYZ | 41 | 23.76 | 3.24 | - |
| YUV | 114.05 | 76.62 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 23 | 0 | 0.75 | 0.91 | 0.02 | 10.62 | 0.95 | 0.53 |
| Hex | F9 | 3F | 17 | 0 | 4B | 5B | 2 | B | 5F | 35 |
| Octal | 371 | 77 | 27 | 0 | 113 | 133 | 2 | 13 | 137 | 65 |
| Binary | 11111001 | 111111 | 10111 | 0 | 1001011 | 1011011 | 10 | 1011 | 1011111 | 110101 |
Color Harmonies of #F93F17
Complementary color
Monochromatic Colors of #F93F17
Black with #F93F17
Text Example
Text Example
White with #F93F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F17; }
p { color: rgb(249,63,23); }
H1.HeaderClassName
{
color: #F93F17;
}
.AnyTagClassName
{
color: #F93F17;
}
</style>
background-color css
<style>
a { background-color: #F93F17; }
a { background-color: rgb(249,63,23); }
div.DivClassName
{
background-color: #F93F17;
}
.BgClassName
{
background-color: #F93F17;
}
</style>
border-color css
<style>
span { border-color: #F93F17; }
span { border-color: rgb(249,63,23); }
td.TdClassName
{
border-color: #F93F17;
}
.TagClassName
{
border-color: #F93F17;
}
</style>