Shades of Orange Red #FB3912
Tints of Orange Red #FB3912
RGB
CMYK
RGB Variations
Color information
#FB3912 (or 0xFB3912) is known color: Orange Red. HEX triplet: FB, 39 and 12. RGB value is (251,57,18). Sum of RGB (Red+Green+Blue) = 251+57+18=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3912 is #04C6ED. Grayscale: #6E6E6E. Windows color (decimal): -313070 or 1194491. OLE color: 1194491.
HSL color Cylindrical-coordinate representation of color #FB3912: hue angle of 10.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB3912 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 18 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.02 |
| HSL | 10.04º | 0.97% | 0.53% | - |
| HSV(B) | 10.04º | 0.93% | 0.98% | - |
| XYZ | 41.36 | 23.48 | 2.92 | - |
| YUV | 110.56 | 75.77 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 18 | 0 | 0.77 | 0.93 | 0.02 | 10.04 | 0.97 | 0.53 |
| Hex | FB | 39 | 12 | 0 | 4D | 5D | 2 | A | 61 | 35 |
| Octal | 373 | 71 | 22 | 0 | 115 | 135 | 2 | 12 | 141 | 65 |
| Binary | 11111011 | 111001 | 10010 | 0 | 1001101 | 1011101 | 10 | 1010 | 1100001 | 110101 |
Color Harmonies of #FB3912
Complementary color
Monochromatic Colors of #FB3912
Black with #FB3912
Text Example
Text Example
White with #FB3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3912; }
p { color: rgb(251,57,18); }
H1.HeaderClassName
{
color: #FB3912;
}
.AnyTagClassName
{
color: #FB3912;
}
</style>
background-color css
<style>
a { background-color: #FB3912; }
a { background-color: rgb(251,57,18); }
div.DivClassName
{
background-color: #FB3912;
}
.BgClassName
{
background-color: #FB3912;
}
</style>
border-color css
<style>
span { border-color: #FB3912; }
span { border-color: rgb(251,57,18); }
td.TdClassName
{
border-color: #FB3912;
}
.TagClassName
{
border-color: #FB3912;
}
</style>