Shades of Outrageous Orange #FB532A
Tints of Outrageous Orange #FB532A
RGB
CMYK
RGB Variations
Color information
#FB532A (or 0xFB532A) is known color: Outrageous Orange. HEX triplet: FB, 53 and 2A. RGB value is (251,83,42). Sum of RGB (Red+Green+Blue) = 251+83+42=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB532A is #04ACD5. Grayscale: #808080. Windows color (decimal): -306390 or 2774011. OLE color: 2774011.
HSL color Cylindrical-coordinate representation of color #FB532A: hue angle of 11.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB532A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.02 |
| HSL | 11.77º | 0.96% | 0.57% | - |
| HSV(B) | 11.77º | 0.83% | 0.98% | - |
| XYZ | 43.29 | 26.86 | 5.09 | - |
| YUV | 128.56 | 79.16 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 42 | 0 | 0.67 | 0.83 | 0.02 | 11.77 | 0.96 | 0.57 |
| Hex | FB | 53 | 2A | 0 | 43 | 53 | 2 | C | 60 | 39 |
| Octal | 373 | 123 | 52 | 0 | 103 | 123 | 2 | 14 | 140 | 71 |
| Binary | 11111011 | 1010011 | 101010 | 0 | 1000011 | 1010011 | 10 | 1100 | 1100000 | 111001 |
Color Harmonies of #FB532A
Complementary color
Monochromatic Colors of #FB532A
Black with #FB532A
Text Example
Text Example
White with #FB532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB532A; }
p { color: rgb(251,83,42); }
H1.HeaderClassName
{
color: #FB532A;
}
.AnyTagClassName
{
color: #FB532A;
}
</style>
background-color css
<style>
a { background-color: #FB532A; }
a { background-color: rgb(251,83,42); }
div.DivClassName
{
background-color: #FB532A;
}
.BgClassName
{
background-color: #FB532A;
}
</style>
border-color css
<style>
span { border-color: #FB532A; }
span { border-color: rgb(251,83,42); }
td.TdClassName
{
border-color: #FB532A;
}
.TagClassName
{
border-color: #FB532A;
}
</style>