Shades of Outrageous Orange #FB512B
Tints of Outrageous Orange #FB512B
RGB
CMYK
RGB Variations
Color information
#FB512B (or 0xFB512B) is known color: Outrageous Orange. HEX triplet: FB, 51 and 2B. RGB value is (251,81,43). Sum of RGB (Red+Green+Blue) = 251+81+43=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB512B is #04AED4. Grayscale: #7F7F7F. Windows color (decimal): -306901 or 2839035. OLE color: 2839035.
HSL color Cylindrical-coordinate representation of color #FB512B: hue angle of 10.96º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB512B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 43 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.02 |
| HSL | 10.96º | 0.96% | 0.58% | - |
| HSV(B) | 10.96º | 0.83% | 0.98% | - |
| XYZ | 43.16 | 26.57 | 5.14 | - |
| YUV | 127.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 43 | 0 | 0.68 | 0.83 | 0.02 | 10.96 | 0.96 | 0.58 |
| Hex | FB | 51 | 2B | 0 | 44 | 53 | 2 | B | 60 | 3A |
| Octal | 373 | 121 | 53 | 0 | 104 | 123 | 2 | 13 | 140 | 72 |
| Binary | 11111011 | 1010001 | 101011 | 0 | 1000100 | 1010011 | 10 | 1011 | 1100000 | 111010 |
Color Harmonies of #FB512B
Complementary color
Monochromatic Colors of #FB512B
Black with #FB512B
Text Example
Text Example
White with #FB512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB512B; }
p { color: rgb(251,81,43); }
H1.HeaderClassName
{
color: #FB512B;
}
.AnyTagClassName
{
color: #FB512B;
}
</style>
background-color css
<style>
a { background-color: #FB512B; }
a { background-color: rgb(251,81,43); }
div.DivClassName
{
background-color: #FB512B;
}
.BgClassName
{
background-color: #FB512B;
}
</style>
border-color css
<style>
span { border-color: #FB512B; }
span { border-color: rgb(251,81,43); }
td.TdClassName
{
border-color: #FB512B;
}
.TagClassName
{
border-color: #FB512B;
}
</style>