Shades of Outrageous Orange #FB5220
Tints of Outrageous Orange #FB5220
RGB
CMYK
RGB Variations
Color information
#FB5220 (or 0xFB5220) is known color: Outrageous Orange. HEX triplet: FB, 52 and 20. RGB value is (251,82,32). Sum of RGB (Red+Green+Blue) = 251+82+32=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5220 is #04ADDF. Grayscale: #7F7F7F. Windows color (decimal): -306656 or 2118395. OLE color: 2118395.
HSL color Cylindrical-coordinate representation of color #FB5220: hue angle of 13.7º 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 #FB5220 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 32 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.02 |
| HSL | 13.7º | 0.96% | 0.55% | - |
| HSV(B) | 13.7º | 0.87% | 0.98% | - |
| XYZ | 43.06 | 26.65 | 4.24 | - |
| YUV | 126.83 | 74.49 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 32 | 0 | 0.67 | 0.87 | 0.02 | 13.7 | 0.96 | 0.55 |
| Hex | FB | 52 | 20 | 0 | 43 | 57 | 2 | E | 60 | 37 |
| Octal | 373 | 122 | 40 | 0 | 103 | 127 | 2 | 16 | 140 | 67 |
| Binary | 11111011 | 1010010 | 100000 | 0 | 1000011 | 1010111 | 10 | 1110 | 1100000 | 110111 |
Color Harmonies of #FB5220
Complementary color
Monochromatic Colors of #FB5220
Black with #FB5220
Text Example
Text Example
White with #FB5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5220; }
p { color: rgb(251,82,32); }
H1.HeaderClassName
{
color: #FB5220;
}
.AnyTagClassName
{
color: #FB5220;
}
</style>
background-color css
<style>
a { background-color: #FB5220; }
a { background-color: rgb(251,82,32); }
div.DivClassName
{
background-color: #FB5220;
}
.BgClassName
{
background-color: #FB5220;
}
</style>
border-color css
<style>
span { border-color: #FB5220; }
span { border-color: rgb(251,82,32); }
td.TdClassName
{
border-color: #FB5220;
}
.TagClassName
{
border-color: #FB5220;
}
</style>