Shades of Outrageous Orange #FB532D
Tints of Outrageous Orange #FB532D
RGB
CMYK
RGB Variations
Color information
#FB532D (or 0xFB532D) is known color: Outrageous Orange. HEX triplet: FB, 53 and 2D. RGB value is (251,83,45). Sum of RGB (Red+Green+Blue) = 251+83+45=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB532D is #04ACD2. Grayscale: #818181. Windows color (decimal): -306387 or 2970619. OLE color: 2970619.
HSL color Cylindrical-coordinate representation of color #FB532D: hue angle of 11.07º 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 #FB532D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.02 |
| HSL | 11.07º | 0.96% | 0.58% | - |
| HSV(B) | 11.07º | 0.82% | 0.98% | - |
| XYZ | 43.35 | 26.89 | 5.39 | - |
| YUV | 128.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 45 | 0 | 0.67 | 0.82 | 0.02 | 11.07 | 0.96 | 0.58 |
| Hex | FB | 53 | 2D | 0 | 43 | 52 | 2 | B | 60 | 3A |
| Octal | 373 | 123 | 55 | 0 | 103 | 122 | 2 | 13 | 140 | 72 |
| Binary | 11111011 | 1010011 | 101101 | 0 | 1000011 | 1010010 | 10 | 1011 | 1100000 | 111010 |
Color Harmonies of #FB532D
Complementary color
Monochromatic Colors of #FB532D
Black with #FB532D
Text Example
Text Example
White with #FB532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB532D; }
p { color: rgb(251,83,45); }
H1.HeaderClassName
{
color: #FB532D;
}
.AnyTagClassName
{
color: #FB532D;
}
</style>
background-color css
<style>
a { background-color: #FB532D; }
a { background-color: rgb(251,83,45); }
div.DivClassName
{
background-color: #FB532D;
}
.BgClassName
{
background-color: #FB532D;
}
</style>
border-color css
<style>
span { border-color: #FB532D; }
span { border-color: rgb(251,83,45); }
td.TdClassName
{
border-color: #FB532D;
}
.TagClassName
{
border-color: #FB532D;
}
</style>