Shades of Red Orange #F93620
Tints of Red Orange #F93620
RGB
CMYK
RGB Variations
Color information
#F93620 (or 0xF93620) is known color: Red Orange. HEX triplet: F9, 36 and 20. RGB value is (249,54,32). Sum of RGB (Red+Green+Blue) = 249+54+32=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F93620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93620 is #06C9DF. Grayscale: #6E6E6E. Windows color (decimal): -444896 or 2111225. OLE color: 2111225.
HSL color Cylindrical-coordinate representation of color #F93620: hue angle of 6.08º 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 #F93620 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 32 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.02 |
| HSL | 6.08º | 0.95% | 0.55% | - |
| HSV(B) | 6.08º | 0.87% | 0.98% | - |
| XYZ | 40.65 | 22.88 | 3.64 | - |
| YUV | 109.8 | 84.1 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 32 | 0 | 0.78 | 0.87 | 0.02 | 6.08 | 0.95 | 0.55 |
| Hex | F9 | 36 | 20 | 0 | 4E | 57 | 2 | 6 | 5F | 37 |
| Octal | 371 | 66 | 40 | 0 | 116 | 127 | 2 | 6 | 137 | 67 |
| Binary | 11111001 | 110110 | 100000 | 0 | 1001110 | 1010111 | 10 | 110 | 1011111 | 110111 |
Color Harmonies of #F93620
Complementary color
Monochromatic Colors of #F93620
Black with #F93620
Text Example
Text Example
White with #F93620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93620; }
p { color: rgb(249,54,32); }
H1.HeaderClassName
{
color: #F93620;
}
.AnyTagClassName
{
color: #F93620;
}
</style>
background-color css
<style>
a { background-color: #F93620; }
a { background-color: rgb(249,54,32); }
div.DivClassName
{
background-color: #F93620;
}
.BgClassName
{
background-color: #F93620;
}
</style>
border-color css
<style>
span { border-color: #F93620; }
span { border-color: rgb(249,54,32); }
td.TdClassName
{
border-color: #F93620;
}
.TagClassName
{
border-color: #F93620;
}
</style>