Shades of Outrageous Orange #FB5A36
Tints of Outrageous Orange #FB5A36
RGB
CMYK
RGB Variations
Color information
#FB5A36 (or 0xFB5A36) is known color: Outrageous Orange. HEX triplet: FB, 5A and 36. RGB value is (251,90,54). Sum of RGB (Red+Green+Blue) = 251+90+54=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A36 is #04A5C9. Grayscale: #868686. Windows color (decimal): -304586 or 3562235. OLE color: 3562235.
HSL color Cylindrical-coordinate representation of color #FB5A36: hue angle of 10.96º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB5A36 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 54 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.02 |
| HSL | 10.96º | 0.96% | 0.6% | - |
| HSV(B) | 10.96º | 0.78% | 0.98% | - |
| XYZ | 44.11 | 28.09 | 6.59 | - |
| YUV | 134.04 | 82.84 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 54 | 0 | 0.64 | 0.78 | 0.02 | 10.96 | 0.96 | 0.6 |
| Hex | FB | 5A | 36 | 0 | 40 | 4E | 2 | B | 60 | 3C |
| Octal | 373 | 132 | 66 | 0 | 100 | 116 | 2 | 13 | 140 | 74 |
| Binary | 11111011 | 1011010 | 110110 | 0 | 1000000 | 1001110 | 10 | 1011 | 1100000 | 111100 |
Color Harmonies of #FB5A36
Complementary color
Monochromatic Colors of #FB5A36
Black with #FB5A36
Text Example
Text Example
White with #FB5A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A36; }
p { color: rgb(251,90,54); }
H1.HeaderClassName
{
color: #FB5A36;
}
.AnyTagClassName
{
color: #FB5A36;
}
</style>
background-color css
<style>
a { background-color: #FB5A36; }
a { background-color: rgb(251,90,54); }
div.DivClassName
{
background-color: #FB5A36;
}
.BgClassName
{
background-color: #FB5A36;
}
</style>
border-color css
<style>
span { border-color: #FB5A36; }
span { border-color: rgb(251,90,54); }
td.TdClassName
{
border-color: #FB5A36;
}
.TagClassName
{
border-color: #FB5A36;
}
</style>