Shades of Outrageous Orange #FC521D
Tints of Outrageous Orange #FC521D
RGB
CMYK
RGB Variations
Color information
#FC521D (or 0xFC521D) is known color: Outrageous Orange. HEX triplet: FC, 52 and 1D. RGB value is (252,82,29). Sum of RGB (Red+Green+Blue) = 252+82+29=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC521D is #03ADE2. Grayscale: #7F7F7F. Windows color (decimal): -241123 or 1921788. OLE color: 1921788.
HSL color Cylindrical-coordinate representation of color #FC521D: hue angle of 14.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC521D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.01 |
| HSL | 14.26º | 0.97% | 0.55% | - |
| HSV(B) | 14.26º | 0.88% | 0.99% | - |
| XYZ | 43.38 | 26.82 | 4.05 | - |
| YUV | 126.79 | 72.82 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 29 | 0 | 0.67 | 0.88 | 0.01 | 14.26 | 0.97 | 0.55 |
| Hex | FC | 52 | 1D | 0 | 43 | 58 | 1 | E | 61 | 37 |
| Octal | 374 | 122 | 35 | 0 | 103 | 130 | 1 | 16 | 141 | 67 |
| Binary | 11111100 | 1010010 | 11101 | 0 | 1000011 | 1011000 | 1 | 1110 | 1100001 | 110111 |
Color Harmonies of #FC521D
Complementary color
Monochromatic Colors of #FC521D
Black with #FC521D
Text Example
Text Example
White with #FC521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC521D; }
p { color: rgb(252,82,29); }
H1.HeaderClassName
{
color: #FC521D;
}
.AnyTagClassName
{
color: #FC521D;
}
</style>
background-color css
<style>
a { background-color: #FC521D; }
a { background-color: rgb(252,82,29); }
div.DivClassName
{
background-color: #FC521D;
}
.BgClassName
{
background-color: #FC521D;
}
</style>
border-color css
<style>
span { border-color: #FC521D; }
span { border-color: rgb(252,82,29); }
td.TdClassName
{
border-color: #FC521D;
}
.TagClassName
{
border-color: #FC521D;
}
</style>