Shades of Outrageous Orange #FB552A
Tints of Outrageous Orange #FB552A
RGB
CMYK
RGB Variations
Color information
#FB552A (or 0xFB552A) is known color: Outrageous Orange. HEX triplet: FB, 55 and 2A. RGB value is (251,85,42). Sum of RGB (Red+Green+Blue) = 251+85+42=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB552A is #04AAD5. Grayscale: #828282. Windows color (decimal): -305878 or 2774523. OLE color: 2774523.
HSL color Cylindrical-coordinate representation of color #FB552A: hue angle of 12.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB552A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 42 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.02 |
| HSL | 12.34º | 0.96% | 0.57% | - |
| HSV(B) | 12.34º | 0.83% | 0.98% | - |
| XYZ | 43.45 | 27.17 | 5.15 | - |
| YUV | 129.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 42 | 0 | 0.66 | 0.83 | 0.02 | 12.34 | 0.96 | 0.57 |
| Hex | FB | 55 | 2A | 0 | 42 | 53 | 2 | C | 60 | 39 |
| Octal | 373 | 125 | 52 | 0 | 102 | 123 | 2 | 14 | 140 | 71 |
| Binary | 11111011 | 1010101 | 101010 | 0 | 1000010 | 1010011 | 10 | 1100 | 1100000 | 111001 |
Color Harmonies of #FB552A
Complementary color
Monochromatic Colors of #FB552A
Black with #FB552A
Text Example
Text Example
White with #FB552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB552A; }
p { color: rgb(251,85,42); }
H1.HeaderClassName
{
color: #FB552A;
}
.AnyTagClassName
{
color: #FB552A;
}
</style>
background-color css
<style>
a { background-color: #FB552A; }
a { background-color: rgb(251,85,42); }
div.DivClassName
{
background-color: #FB552A;
}
.BgClassName
{
background-color: #FB552A;
}
</style>
border-color css
<style>
span { border-color: #FB552A; }
span { border-color: rgb(251,85,42); }
td.TdClassName
{
border-color: #FB552A;
}
.TagClassName
{
border-color: #FB552A;
}
</style>