Shades of Orange Red #FB3C0E
Tints of Orange Red #FB3C0E
RGB
CMYK
RGB Variations
Color information
#FB3C0E (or 0xFB3C0E) is known color: Orange Red. HEX triplet: FB, 3C and 0E. RGB value is (251,60,14). Sum of RGB (Red+Green+Blue) = 251+60+14=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3C0E is #04C3F1. Grayscale: #707070. Windows color (decimal): -312306 or 933115. OLE color: 933115.
HSL color Cylindrical-coordinate representation of color #FB3C0E: hue angle of 11.65º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB3C0E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.02 |
| HSL | 11.65º | 0.97% | 0.52% | - |
| HSV(B) | 11.65º | 0.94% | 0.98% | - |
| XYZ | 41.48 | 23.77 | 2.82 | - |
| YUV | 111.87 | 72.78 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 14 | 0 | 0.76 | 0.94 | 0.02 | 11.65 | 0.97 | 0.52 |
| Hex | FB | 3C | E | 0 | 4C | 5E | 2 | C | 61 | 34 |
| Octal | 373 | 74 | 16 | 0 | 114 | 136 | 2 | 14 | 141 | 64 |
| Binary | 11111011 | 111100 | 1110 | 0 | 1001100 | 1011110 | 10 | 1100 | 1100001 | 110100 |
Color Harmonies of #FB3C0E
Complementary color
Monochromatic Colors of #FB3C0E
Black with #FB3C0E
Text Example
Text Example
White with #FB3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C0E; }
p { color: rgb(251,60,14); }
H1.HeaderClassName
{
color: #FB3C0E;
}
.AnyTagClassName
{
color: #FB3C0E;
}
</style>
background-color css
<style>
a { background-color: #FB3C0E; }
a { background-color: rgb(251,60,14); }
div.DivClassName
{
background-color: #FB3C0E;
}
.BgClassName
{
background-color: #FB3C0E;
}
</style>
border-color css
<style>
span { border-color: #FB3C0E; }
span { border-color: rgb(251,60,14); }
td.TdClassName
{
border-color: #FB3C0E;
}
.TagClassName
{
border-color: #FB3C0E;
}
</style>