Shades of Outrageous Orange #FB552B
Tints of Outrageous Orange #FB552B
RGB
CMYK
RGB Variations
Color information
#FB552B (or 0xFB552B) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2B. RGB value is (251,85,43). Sum of RGB (Red+Green+Blue) = 251+85+43=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552B is #04AAD4. Grayscale: #828282. Windows color (decimal): -305877 or 2840059. OLE color: 2840059.
HSL color Cylindrical-coordinate representation of color #FB552B: hue angle of 12.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB552B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 43 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.02 |
| HSL | 12.12º | 0.96% | 0.58% | - |
| HSV(B) | 12.12º | 0.83% | 0.98% | - |
| XYZ | 43.47 | 27.18 | 5.24 | - |
| YUV | 129.85 | 79 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 43 | 0 | 0.66 | 0.83 | 0.02 | 12.12 | 0.96 | 0.58 |
| Hex | FB | 55 | 2B | 0 | 42 | 53 | 2 | C | 60 | 3A |
| Octal | 373 | 125 | 53 | 0 | 102 | 123 | 2 | 14 | 140 | 72 |
| Binary | 11111011 | 1010101 | 101011 | 0 | 1000010 | 1010011 | 10 | 1100 | 1100000 | 111010 |
Color Harmonies of #FB552B
Complementary color
Monochromatic Colors of #FB552B
Black with #FB552B
Text Example
Text Example
White with #FB552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB552B; }
p { color: rgb(251,85,43); }
H1.HeaderClassName
{
color: #FB552B;
}
.AnyTagClassName
{
color: #FB552B;
}
</style>
background-color css
<style>
a { background-color: #FB552B; }
a { background-color: rgb(251,85,43); }
div.DivClassName
{
background-color: #FB552B;
}
.BgClassName
{
background-color: #FB552B;
}
</style>
border-color css
<style>
span { border-color: #FB552B; }
span { border-color: rgb(251,85,43); }
td.TdClassName
{
border-color: #FB552B;
}
.TagClassName
{
border-color: #FB552B;
}
</style>