Shades of Outrageous Orange #FB521E
Tints of Outrageous Orange #FB521E
RGB
CMYK
RGB Variations
Color information
#FB521E (or 0xFB521E) is known color: Outrageous Orange. HEX triplet: FB, 52 and 1E. RGB value is (251,82,30). Sum of RGB (Red+Green+Blue) = 251+82+30=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB521E is #04ADE1. Grayscale: #7E7E7E. Windows color (decimal): -306658 or 1987323. OLE color: 1987323.
HSL color Cylindrical-coordinate representation of color #FB521E: hue angle of 14.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB521E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.02 |
| HSL | 14.12º | 0.97% | 0.55% | - |
| HSV(B) | 14.12º | 0.88% | 0.98% | - |
| XYZ | 43.04 | 26.64 | 4.1 | - |
| YUV | 126.6 | 73.49 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 30 | 0 | 0.67 | 0.88 | 0.02 | 14.12 | 0.97 | 0.55 |
| Hex | FB | 52 | 1E | 0 | 43 | 58 | 2 | E | 61 | 37 |
| Octal | 373 | 122 | 36 | 0 | 103 | 130 | 2 | 16 | 141 | 67 |
| Binary | 11111011 | 1010010 | 11110 | 0 | 1000011 | 1011000 | 10 | 1110 | 1100001 | 110111 |
Color Harmonies of #FB521E
Complementary color
Monochromatic Colors of #FB521E
Black with #FB521E
Text Example
Text Example
White with #FB521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB521E; }
p { color: rgb(251,82,30); }
H1.HeaderClassName
{
color: #FB521E;
}
.AnyTagClassName
{
color: #FB521E;
}
</style>
background-color css
<style>
a { background-color: #FB521E; }
a { background-color: rgb(251,82,30); }
div.DivClassName
{
background-color: #FB521E;
}
.BgClassName
{
background-color: #FB521E;
}
</style>
border-color css
<style>
span { border-color: #FB521E; }
span { border-color: rgb(251,82,30); }
td.TdClassName
{
border-color: #FB521E;
}
.TagClassName
{
border-color: #FB521E;
}
</style>