Shades of Outrageous Orange #FB512C
Tints of Outrageous Orange #FB512C
RGB
CMYK
RGB Variations
Color information
#FB512C (or 0xFB512C) is known color: Outrageous Orange. HEX triplet: FB, 51 and 2C. RGB value is (251,81,44). Sum of RGB (Red+Green+Blue) = 251+81+44=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB512C is #04AED3. Grayscale: #7F7F7F. Windows color (decimal): -306900 or 2904571. OLE color: 2904571.
HSL color Cylindrical-coordinate representation of color #FB512C: hue angle of 10.72º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB512C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 44 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.02 |
| HSL | 10.72º | 0.96% | 0.58% | - |
| HSV(B) | 10.72º | 0.82% | 0.98% | - |
| XYZ | 43.18 | 26.58 | 5.24 | - |
| YUV | 127.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 44 | 0 | 0.68 | 0.82 | 0.02 | 10.72 | 0.96 | 0.58 |
| Hex | FB | 51 | 2C | 0 | 44 | 52 | 2 | B | 60 | 3A |
| Octal | 373 | 121 | 54 | 0 | 104 | 122 | 2 | 13 | 140 | 72 |
| Binary | 11111011 | 1010001 | 101100 | 0 | 1000100 | 1010010 | 10 | 1011 | 1100000 | 111010 |
Color Harmonies of #FB512C
Complementary color
Monochromatic Colors of #FB512C
Black with #FB512C
Text Example
Text Example
White with #FB512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB512C; }
p { color: rgb(251,81,44); }
H1.HeaderClassName
{
color: #FB512C;
}
.AnyTagClassName
{
color: #FB512C;
}
</style>
background-color css
<style>
a { background-color: #FB512C; }
a { background-color: rgb(251,81,44); }
div.DivClassName
{
background-color: #FB512C;
}
.BgClassName
{
background-color: #FB512C;
}
</style>
border-color css
<style>
span { border-color: #FB512C; }
span { border-color: rgb(251,81,44); }
td.TdClassName
{
border-color: #FB512C;
}
.TagClassName
{
border-color: #FB512C;
}
</style>