Shades of Outrageous Orange #FB5D32
Tints of Outrageous Orange #FB5D32
RGB
CMYK
RGB Variations
Color information
#FB5D32 (or 0xFB5D32) is known color: Outrageous Orange. HEX triplet: FB, 5D and 32. RGB value is (251,93,50). Sum of RGB (Red+Green+Blue) = 251+93+50=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D32 is #04A2CD. Grayscale: #878787. Windows color (decimal): -303822 or 3300859. OLE color: 3300859.
HSL color Cylindrical-coordinate representation of color #FB5D32: hue angle of 12.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB5D32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.02 |
| HSL | 12.84º | 0.96% | 0.59% | - |
| HSV(B) | 12.84º | 0.8% | 0.98% | - |
| XYZ | 44.27 | 28.57 | 6.2 | - |
| YUV | 135.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 50 | 0 | 0.63 | 0.80 | 0.02 | 12.84 | 0.96 | 0.59 |
| Hex | FB | 5D | 32 | 0 | 3F | 50 | 2 | D | 60 | 3B |
| Octal | 373 | 135 | 62 | 0 | 77 | 120 | 2 | 15 | 140 | 73 |
| Binary | 11111011 | 1011101 | 110010 | 0 | 111111 | 1010000 | 10 | 1101 | 1100000 | 111011 |
Color Harmonies of #FB5D32
Complementary color
Monochromatic Colors of #FB5D32
Black with #FB5D32
Text Example
Text Example
White with #FB5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D32; }
p { color: rgb(251,93,50); }
H1.HeaderClassName
{
color: #FB5D32;
}
.AnyTagClassName
{
color: #FB5D32;
}
</style>
background-color css
<style>
a { background-color: #FB5D32; }
a { background-color: rgb(251,93,50); }
div.DivClassName
{
background-color: #FB5D32;
}
.BgClassName
{
background-color: #FB5D32;
}
</style>
border-color css
<style>
span { border-color: #FB5D32; }
span { border-color: rgb(251,93,50); }
td.TdClassName
{
border-color: #FB5D32;
}
.TagClassName
{
border-color: #FB5D32;
}
</style>