Shades of Orange Red #F93A02
Tints of Orange Red #F93A02
RGB
CMYK
RGB Variations
Color information
#F93A02 (or 0xF93A02) is known color: Orange Red. HEX triplet: F9, 3A and 02. RGB value is (249,58,2). Sum of RGB (Red+Green+Blue) = 249+58+2=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A02 is #06C5FD. Grayscale: #6D6D6D. Windows color (decimal): -443902 or 146169. OLE color: 146169.
HSL color Cylindrical-coordinate representation of color #F93A02: hue angle of 13.6º 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 #F93A02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.02 |
| HSL | 13.6º | 0.98% | 0.49% | - |
| HSV(B) | 13.6º | 0.99% | 0.98% | - |
| XYZ | 40.59 | 23.17 | 2.39 | - |
| YUV | 108.73 | 67.78 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 2 | 0 | 0.77 | 0.99 | 0.02 | 13.6 | 0.98 | 0.49 |
| Hex | F9 | 3A | 2 | 0 | 4D | 63 | 2 | E | 62 | 31 |
| Octal | 371 | 72 | 2 | 0 | 115 | 143 | 2 | 16 | 142 | 61 |
| Binary | 11111001 | 111010 | 10 | 0 | 1001101 | 1100011 | 10 | 1110 | 1100010 | 110001 |
Color Harmonies of #F93A02
Complementary color
Monochromatic Colors of #F93A02
Black with #F93A02
Text Example
Text Example
White with #F93A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A02; }
p { color: rgb(249,58,2); }
H1.HeaderClassName
{
color: #F93A02;
}
.AnyTagClassName
{
color: #F93A02;
}
</style>
background-color css
<style>
a { background-color: #F93A02; }
a { background-color: rgb(249,58,2); }
div.DivClassName
{
background-color: #F93A02;
}
.BgClassName
{
background-color: #F93A02;
}
</style>
border-color css
<style>
span { border-color: #F93A02; }
span { border-color: rgb(249,58,2); }
td.TdClassName
{
border-color: #F93A02;
}
.TagClassName
{
border-color: #F93A02;
}
</style>