Shades of Outrageous Orange #FB6034
Tints of Outrageous Orange #FB6034
RGB
CMYK
RGB Variations
Color information
#FB6034 (or 0xFB6034) is known color: Outrageous Orange. HEX triplet: FB, 60 and 34. RGB value is (251,96,52). Sum of RGB (Red+Green+Blue) = 251+96+52=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6034 is #049FCB. Grayscale: #898989. Windows color (decimal): -303052 or 3432699. OLE color: 3432699.
HSL color Cylindrical-coordinate representation of color #FB6034: hue angle of 13.27º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB6034 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 52 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.02 |
| HSL | 13.27º | 0.96% | 0.59% | - |
| HSV(B) | 13.27º | 0.79% | 0.98% | - |
| XYZ | 44.59 | 29.12 | 6.52 | - |
| YUV | 137.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 52 | 0 | 0.62 | 0.79 | 0.02 | 13.27 | 0.96 | 0.59 |
| Hex | FB | 60 | 34 | 0 | 3E | 4F | 2 | D | 60 | 3B |
| Octal | 373 | 140 | 64 | 0 | 76 | 117 | 2 | 15 | 140 | 73 |
| Binary | 11111011 | 1100000 | 110100 | 0 | 111110 | 1001111 | 10 | 1101 | 1100000 | 111011 |
Color Harmonies of #FB6034
Complementary color
Monochromatic Colors of #FB6034
Black with #FB6034
Text Example
Text Example
White with #FB6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6034; }
p { color: rgb(251,96,52); }
H1.HeaderClassName
{
color: #FB6034;
}
.AnyTagClassName
{
color: #FB6034;
}
</style>
background-color css
<style>
a { background-color: #FB6034; }
a { background-color: rgb(251,96,52); }
div.DivClassName
{
background-color: #FB6034;
}
.BgClassName
{
background-color: #FB6034;
}
</style>
border-color css
<style>
span { border-color: #FB6034; }
span { border-color: rgb(251,96,52); }
td.TdClassName
{
border-color: #FB6034;
}
.TagClassName
{
border-color: #FB6034;
}
</style>