Shades of Orange Red #F93702
Tints of Orange Red #F93702
RGB
CMYK
RGB Variations
Color information
#F93702 (or 0xF93702) is known color: Orange Red. HEX triplet: F9, 37 and 02. RGB value is (249,55,2). Sum of RGB (Red+Green+Blue) = 249+55+2=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F93702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93702 is #06C8FD. Grayscale: #6B6B6B. Windows color (decimal): -444670 or 145401. OLE color: 145401.
HSL color Cylindrical-coordinate representation of color #F93702: hue angle of 12.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F93702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.02 |
| HSL | 12.87º | 0.98% | 0.49% | - |
| HSV(B) | 12.87º | 0.99% | 0.98% | - |
| XYZ | 40.44 | 22.88 | 2.34 | - |
| YUV | 106.96 | 68.77 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 2 | 0 | 0.78 | 0.99 | 0.02 | 12.87 | 0.98 | 0.49 |
| Hex | F9 | 37 | 2 | 0 | 4E | 63 | 2 | D | 62 | 31 |
| Octal | 371 | 67 | 2 | 0 | 116 | 143 | 2 | 15 | 142 | 61 |
| Binary | 11111001 | 110111 | 10 | 0 | 1001110 | 1100011 | 10 | 1101 | 1100010 | 110001 |
Color Harmonies of #F93702
Complementary color
Monochromatic Colors of #F93702
Black with #F93702
Text Example
Text Example
White with #F93702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93702; }
p { color: rgb(249,55,2); }
H1.HeaderClassName
{
color: #F93702;
}
.AnyTagClassName
{
color: #F93702;
}
</style>
background-color css
<style>
a { background-color: #F93702; }
a { background-color: rgb(249,55,2); }
div.DivClassName
{
background-color: #F93702;
}
.BgClassName
{
background-color: #F93702;
}
</style>
border-color css
<style>
span { border-color: #F93702; }
span { border-color: rgb(249,55,2); }
td.TdClassName
{
border-color: #F93702;
}
.TagClassName
{
border-color: #F93702;
}
</style>