Shades of Outrageous Orange #FB5527
Tints of Outrageous Orange #FB5527
RGB
CMYK
RGB Variations
Color information
#FB5527 (or 0xFB5527) is known color: Outrageous Orange. HEX triplet: FB, 55 and 27. RGB value is (251,85,39). Sum of RGB (Red+Green+Blue) = 251+85+39=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5527 is #04AAD8. Grayscale: #818181. Windows color (decimal): -305881 or 2577915. OLE color: 2577915.
HSL color Cylindrical-coordinate representation of color #FB5527: hue angle of 13.02º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB5527 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 39 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.02 |
| HSL | 13.02º | 0.96% | 0.57% | - |
| HSV(B) | 13.02º | 0.84% | 0.98% | - |
| XYZ | 43.4 | 27.15 | 4.87 | - |
| YUV | 129.39 | 77 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 39 | 0 | 0.66 | 0.84 | 0.02 | 13.02 | 0.96 | 0.57 |
| Hex | FB | 55 | 27 | 0 | 42 | 54 | 2 | D | 60 | 39 |
| Octal | 373 | 125 | 47 | 0 | 102 | 124 | 2 | 15 | 140 | 71 |
| Binary | 11111011 | 1010101 | 100111 | 0 | 1000010 | 1010100 | 10 | 1101 | 1100000 | 111001 |
Color Harmonies of #FB5527
Complementary color
Monochromatic Colors of #FB5527
Black with #FB5527
Text Example
Text Example
White with #FB5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5527; }
p { color: rgb(251,85,39); }
H1.HeaderClassName
{
color: #FB5527;
}
.AnyTagClassName
{
color: #FB5527;
}
</style>
background-color css
<style>
a { background-color: #FB5527; }
a { background-color: rgb(251,85,39); }
div.DivClassName
{
background-color: #FB5527;
}
.BgClassName
{
background-color: #FB5527;
}
</style>
border-color css
<style>
span { border-color: #FB5527; }
span { border-color: rgb(251,85,39); }
td.TdClassName
{
border-color: #FB5527;
}
.TagClassName
{
border-color: #FB5527;
}
</style>