Shades of Outrageous Orange #FB5A20
Tints of Outrageous Orange #FB5A20
RGB
CMYK
RGB Variations
Color information
#FB5A20 (or 0xFB5A20) is known color: Outrageous Orange. HEX triplet: FB, 5A and 20. RGB value is (251,90,32). Sum of RGB (Red+Green+Blue) = 251+90+32=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A20 is #04A5DF. Grayscale: #838383. Windows color (decimal): -304608 or 2120443. OLE color: 2120443.
HSL color Cylindrical-coordinate representation of color #FB5A20: hue angle of 15.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB5A20 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 32 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.02 |
| HSL | 15.89º | 0.96% | 0.55% | - |
| HSV(B) | 15.89º | 0.87% | 0.98% | - |
| XYZ | 43.7 | 27.93 | 4.45 | - |
| YUV | 131.53 | 71.84 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 32 | 0 | 0.64 | 0.87 | 0.02 | 15.89 | 0.96 | 0.55 |
| Hex | FB | 5A | 20 | 0 | 40 | 57 | 2 | 10 | 60 | 37 |
| Octal | 373 | 132 | 40 | 0 | 100 | 127 | 2 | 20 | 140 | 67 |
| Binary | 11111011 | 1011010 | 100000 | 0 | 1000000 | 1010111 | 10 | 10000 | 1100000 | 110111 |
Color Harmonies of #FB5A20
Complementary color
Monochromatic Colors of #FB5A20
Black with #FB5A20
Text Example
Text Example
White with #FB5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A20; }
p { color: rgb(251,90,32); }
H1.HeaderClassName
{
color: #FB5A20;
}
.AnyTagClassName
{
color: #FB5A20;
}
</style>
background-color css
<style>
a { background-color: #FB5A20; }
a { background-color: rgb(251,90,32); }
div.DivClassName
{
background-color: #FB5A20;
}
.BgClassName
{
background-color: #FB5A20;
}
</style>
border-color css
<style>
span { border-color: #FB5A20; }
span { border-color: rgb(251,90,32); }
td.TdClassName
{
border-color: #FB5A20;
}
.TagClassName
{
border-color: #FB5A20;
}
</style>