Shades of Orange Red #F93A05
Tints of Orange Red #F93A05
RGB
CMYK
RGB Variations
Color information
#F93A05 (or 0xF93A05) is known color: Orange Red. HEX triplet: F9, 3A and 05. RGB value is (249,58,5). Sum of RGB (Red+Green+Blue) = 249+58+5=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A05 is #06C5FA. Grayscale: #6D6D6D. Windows color (decimal): -443899 or 342777. OLE color: 342777.
HSL color Cylindrical-coordinate representation of color #F93A05: hue angle of 13.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F93A05 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.02 |
| HSL | 13.03º | 0.96% | 0.5% | - |
| HSV(B) | 13.03º | 0.98% | 0.98% | - |
| XYZ | 40.61 | 23.18 | 2.48 | - |
| YUV | 109.07 | 69.28 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 5 | 0 | 0.77 | 0.98 | 0.02 | 13.03 | 0.96 | 0.5 |
| Hex | F9 | 3A | 5 | 0 | 4D | 62 | 2 | D | 60 | 32 |
| Octal | 371 | 72 | 5 | 0 | 115 | 142 | 2 | 15 | 140 | 62 |
| Binary | 11111001 | 111010 | 101 | 0 | 1001101 | 1100010 | 10 | 1101 | 1100000 | 110010 |
Color Harmonies of #F93A05
Complementary color
Monochromatic Colors of #F93A05
Black with #F93A05
Text Example
Text Example
White with #F93A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A05; }
p { color: rgb(249,58,5); }
H1.HeaderClassName
{
color: #F93A05;
}
.AnyTagClassName
{
color: #F93A05;
}
</style>
background-color css
<style>
a { background-color: #F93A05; }
a { background-color: rgb(249,58,5); }
div.DivClassName
{
background-color: #F93A05;
}
.BgClassName
{
background-color: #F93A05;
}
</style>
border-color css
<style>
span { border-color: #F93A05; }
span { border-color: rgb(249,58,5); }
td.TdClassName
{
border-color: #F93A05;
}
.TagClassName
{
border-color: #F93A05;
}
</style>