Shades of Orange Red #F93905
Tints of Orange Red #F93905
RGB
CMYK
RGB Variations
Color information
#F93905 (or 0xF93905) is known color: Orange Red. HEX triplet: F9, 39 and 05. RGB value is (249,57,5). Sum of RGB (Red+Green+Blue) = 249+57+5=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F93905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93905 is #06C6FA. Grayscale: #6C6C6C. Windows color (decimal): -444155 or 342521. OLE color: 342521.
HSL color Cylindrical-coordinate representation of color #F93905: hue angle of 12.79º 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 #F93905 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.02 |
| HSL | 12.79º | 0.96% | 0.5% | - |
| HSV(B) | 12.79º | 0.98% | 0.98% | - |
| XYZ | 40.56 | 23.08 | 2.46 | - |
| YUV | 108.48 | 69.61 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 5 | 0 | 0.77 | 0.98 | 0.02 | 12.79 | 0.96 | 0.5 |
| Hex | F9 | 39 | 5 | 0 | 4D | 62 | 2 | D | 60 | 32 |
| Octal | 371 | 71 | 5 | 0 | 115 | 142 | 2 | 15 | 140 | 62 |
| Binary | 11111001 | 111001 | 101 | 0 | 1001101 | 1100010 | 10 | 1101 | 1100000 | 110010 |
Color Harmonies of #F93905
Complementary color
Monochromatic Colors of #F93905
Black with #F93905
Text Example
Text Example
White with #F93905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93905; }
p { color: rgb(249,57,5); }
H1.HeaderClassName
{
color: #F93905;
}
.AnyTagClassName
{
color: #F93905;
}
</style>
background-color css
<style>
a { background-color: #F93905; }
a { background-color: rgb(249,57,5); }
div.DivClassName
{
background-color: #F93905;
}
.BgClassName
{
background-color: #F93905;
}
</style>
border-color css
<style>
span { border-color: #F93905; }
span { border-color: rgb(249,57,5); }
td.TdClassName
{
border-color: #F93905;
}
.TagClassName
{
border-color: #F93905;
}
</style>