Shades of Orange Red #F93B0B
Tints of Orange Red #F93B0B
RGB
CMYK
RGB Variations
Color information
#F93B0B (or 0xF93B0B) is known color: Orange Red. HEX triplet: F9, 3B and 0B. RGB value is (249,59,11). Sum of RGB (Red+Green+Blue) = 249+59+11=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93B0B is #06C4F4. Grayscale: #6E6E6E. Windows color (decimal): -443637 or 736249. OLE color: 736249.
HSL color Cylindrical-coordinate representation of color #F93B0B: hue angle of 12.1º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F93B0B is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 11 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.02 |
| HSL | 12.1º | 0.95% | 0.51% | - |
| HSV(B) | 12.1º | 0.96% | 0.98% | - |
| XYZ | 40.69 | 23.29 | 2.67 | - |
| YUV | 110.34 | 71.95 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 11 | 0 | 0.76 | 0.96 | 0.02 | 12.1 | 0.95 | 0.51 |
| Hex | F9 | 3B | B | 0 | 4C | 60 | 2 | C | 5F | 33 |
| Octal | 371 | 73 | 13 | 0 | 114 | 140 | 2 | 14 | 137 | 63 |
| Binary | 11111001 | 111011 | 1011 | 0 | 1001100 | 1100000 | 10 | 1100 | 1011111 | 110011 |
Color Harmonies of #F93B0B
Complementary color
Monochromatic Colors of #F93B0B
Black with #F93B0B
Text Example
Text Example
White with #F93B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B0B; }
p { color: rgb(249,59,11); }
H1.HeaderClassName
{
color: #F93B0B;
}
.AnyTagClassName
{
color: #F93B0B;
}
</style>
background-color css
<style>
a { background-color: #F93B0B; }
a { background-color: rgb(249,59,11); }
div.DivClassName
{
background-color: #F93B0B;
}
.BgClassName
{
background-color: #F93B0B;
}
</style>
border-color css
<style>
span { border-color: #F93B0B; }
span { border-color: rgb(249,59,11); }
td.TdClassName
{
border-color: #F93B0B;
}
.TagClassName
{
border-color: #F93B0B;
}
</style>