Shades of Outrageous Orange #FB512D
Tints of Outrageous Orange #FB512D
RGB
CMYK
RGB Variations
Color information
#FB512D (or 0xFB512D) is known color: Outrageous Orange. HEX triplet: FB, 51 and 2D. RGB value is (251,81,45). Sum of RGB (Red+Green+Blue) = 251+81+45=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB512D is #04AED2. Grayscale: #808080. Windows color (decimal): -306899 or 2970107. OLE color: 2970107.
HSL color Cylindrical-coordinate representation of color #FB512D: hue angle of 10.49º 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 #FB512D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.02 |
| HSL | 10.49º | 0.96% | 0.58% | - |
| HSV(B) | 10.49º | 0.82% | 0.98% | - |
| XYZ | 43.2 | 26.58 | 5.34 | - |
| YUV | 127.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 45 | 0 | 0.68 | 0.82 | 0.02 | 10.49 | 0.96 | 0.58 |
| Hex | FB | 51 | 2D | 0 | 44 | 52 | 2 | A | 60 | 3A |
| Octal | 373 | 121 | 55 | 0 | 104 | 122 | 2 | 12 | 140 | 72 |
| Binary | 11111011 | 1010001 | 101101 | 0 | 1000100 | 1010010 | 10 | 1010 | 1100000 | 111010 |
Color Harmonies of #FB512D
Complementary color
Monochromatic Colors of #FB512D
Black with #FB512D
Text Example
Text Example
White with #FB512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB512D; }
p { color: rgb(251,81,45); }
H1.HeaderClassName
{
color: #FB512D;
}
.AnyTagClassName
{
color: #FB512D;
}
</style>
background-color css
<style>
a { background-color: #FB512D; }
a { background-color: rgb(251,81,45); }
div.DivClassName
{
background-color: #FB512D;
}
.BgClassName
{
background-color: #FB512D;
}
</style>
border-color css
<style>
span { border-color: #FB512D; }
span { border-color: rgb(251,81,45); }
td.TdClassName
{
border-color: #FB512D;
}
.TagClassName
{
border-color: #FB512D;
}
</style>