Shades of Orange Red #F93502
Tints of Orange Red #F93502
RGB
CMYK
RGB Variations
Color information
#F93502 (or 0xF93502) is known color: Orange Red. HEX triplet: F9, 35 and 02. RGB value is (249,53,2). Sum of RGB (Red+Green+Blue) = 249+53+2=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F93502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93502 is #06CAFD. Grayscale: #6A6A6A. Windows color (decimal): -445182 or 144889. OLE color: 144889.
HSL color Cylindrical-coordinate representation of color #F93502: hue angle of 12.39º 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 #F93502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.02 |
| HSL | 12.39º | 0.98% | 0.49% | - |
| HSV(B) | 12.39º | 0.99% | 0.98% | - |
| XYZ | 40.35 | 22.69 | 2.31 | - |
| YUV | 105.79 | 69.43 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 2 | 0 | 0.79 | 0.99 | 0.02 | 12.39 | 0.98 | 0.49 |
| Hex | F9 | 35 | 2 | 0 | 4F | 63 | 2 | C | 62 | 31 |
| Octal | 371 | 65 | 2 | 0 | 117 | 143 | 2 | 14 | 142 | 61 |
| Binary | 11111001 | 110101 | 10 | 0 | 1001111 | 1100011 | 10 | 1100 | 1100010 | 110001 |
Color Harmonies of #F93502
Complementary color
Monochromatic Colors of #F93502
Black with #F93502
Text Example
Text Example
White with #F93502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93502; }
p { color: rgb(249,53,2); }
H1.HeaderClassName
{
color: #F93502;
}
.AnyTagClassName
{
color: #F93502;
}
</style>
background-color css
<style>
a { background-color: #F93502; }
a { background-color: rgb(249,53,2); }
div.DivClassName
{
background-color: #F93502;
}
.BgClassName
{
background-color: #F93502;
}
</style>
border-color css
<style>
span { border-color: #F93502; }
span { border-color: rgb(249,53,2); }
td.TdClassName
{
border-color: #F93502;
}
.TagClassName
{
border-color: #F93502;
}
</style>