Shades of Orange Red #F93908
Tints of Orange Red #F93908
RGB
CMYK
RGB Variations
Color information
#F93908 (or 0xF93908) is known color: Orange Red. HEX triplet: F9, 39 and 08. RGB value is (249,57,8). Sum of RGB (Red+Green+Blue) = 249+57+8=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F93908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93908 is #06C6F7. Grayscale: #6D6D6D. Windows color (decimal): -444152 or 539129. OLE color: 539129.
HSL color Cylindrical-coordinate representation of color #F93908: hue angle of 12.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F93908 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 8 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.02 |
| HSL | 12.2º | 0.95% | 0.5% | - |
| HSV(B) | 12.2º | 0.97% | 0.98% | - |
| XYZ | 40.57 | 23.08 | 2.55 | - |
| YUV | 108.82 | 71.11 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 8 | 0 | 0.77 | 0.97 | 0.02 | 12.2 | 0.95 | 0.5 |
| Hex | F9 | 39 | 8 | 0 | 4D | 61 | 2 | C | 5F | 32 |
| Octal | 371 | 71 | 10 | 0 | 115 | 141 | 2 | 14 | 137 | 62 |
| Binary | 11111001 | 111001 | 1000 | 0 | 1001101 | 1100001 | 10 | 1100 | 1011111 | 110010 |
Color Harmonies of #F93908
Complementary color
Monochromatic Colors of #F93908
Black with #F93908
Text Example
Text Example
White with #F93908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93908; }
p { color: rgb(249,57,8); }
H1.HeaderClassName
{
color: #F93908;
}
.AnyTagClassName
{
color: #F93908;
}
</style>
background-color css
<style>
a { background-color: #F93908; }
a { background-color: rgb(249,57,8); }
div.DivClassName
{
background-color: #F93908;
}
.BgClassName
{
background-color: #F93908;
}
</style>
border-color css
<style>
span { border-color: #F93908; }
span { border-color: rgb(249,57,8); }
td.TdClassName
{
border-color: #F93908;
}
.TagClassName
{
border-color: #F93908;
}
</style>