Shades of Outrageous Orange #FB521D
Tints of Outrageous Orange #FB521D
RGB
CMYK
RGB Variations
Color information
#FB521D (or 0xFB521D) is known color: Outrageous Orange. HEX triplet: FB, 52 and 1D. RGB value is (251,82,29). Sum of RGB (Red+Green+Blue) = 251+82+29=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB521D is #04ADE2. Grayscale: #7E7E7E. Windows color (decimal): -306659 or 1921787. OLE color: 1921787.
HSL color Cylindrical-coordinate representation of color #FB521D: hue angle of 14.32º 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 #FB521D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.02 |
| HSL | 14.32º | 0.97% | 0.55% | - |
| HSV(B) | 14.32º | 0.88% | 0.98% | - |
| XYZ | 43.02 | 26.63 | 4.04 | - |
| YUV | 126.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 29 | 0 | 0.67 | 0.88 | 0.02 | 14.32 | 0.97 | 0.55 |
| Hex | FB | 52 | 1D | 0 | 43 | 58 | 2 | E | 61 | 37 |
| Octal | 373 | 122 | 35 | 0 | 103 | 130 | 2 | 16 | 141 | 67 |
| Binary | 11111011 | 1010010 | 11101 | 0 | 1000011 | 1011000 | 10 | 1110 | 1100001 | 110111 |
Color Harmonies of #FB521D
Complementary color
Monochromatic Colors of #FB521D
Black with #FB521D
Text Example
Text Example
White with #FB521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB521D; }
p { color: rgb(251,82,29); }
H1.HeaderClassName
{
color: #FB521D;
}
.AnyTagClassName
{
color: #FB521D;
}
</style>
background-color css
<style>
a { background-color: #FB521D; }
a { background-color: rgb(251,82,29); }
div.DivClassName
{
background-color: #FB521D;
}
.BgClassName
{
background-color: #FB521D;
}
</style>
border-color css
<style>
span { border-color: #FB521D; }
span { border-color: rgb(251,82,29); }
td.TdClassName
{
border-color: #FB521D;
}
.TagClassName
{
border-color: #FB521D;
}
</style>