Shades of Outrageous Orange #FC541D
Tints of Outrageous Orange #FC541D
RGB
CMYK
RGB Variations
Color information
#FC541D (or 0xFC541D) is known color: Outrageous Orange. HEX triplet: FC, 54 and 1D. RGB value is (252,84,29). Sum of RGB (Red+Green+Blue) = 252+84+29=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC541D is #03ABE2. Grayscale: #808080. Windows color (decimal): -240611 or 1922300. OLE color: 1922300.
HSL color Cylindrical-coordinate representation of color #FC541D: hue angle of 14.8º 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 #FC541D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.01 |
| HSL | 14.8º | 0.97% | 0.55% | - |
| HSV(B) | 14.8º | 0.88% | 0.99% | - |
| XYZ | 43.54 | 27.12 | 4.1 | - |
| YUV | 127.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 29 | 0 | 0.67 | 0.88 | 0.01 | 14.8 | 0.97 | 0.55 |
| Hex | FC | 54 | 1D | 0 | 43 | 58 | 1 | F | 61 | 37 |
| Octal | 374 | 124 | 35 | 0 | 103 | 130 | 1 | 17 | 141 | 67 |
| Binary | 11111100 | 1010100 | 11101 | 0 | 1000011 | 1011000 | 1 | 1111 | 1100001 | 110111 |
Color Harmonies of #FC541D
Complementary color
Monochromatic Colors of #FC541D
Black with #FC541D
Text Example
Text Example
White with #FC541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC541D; }
p { color: rgb(252,84,29); }
H1.HeaderClassName
{
color: #FC541D;
}
.AnyTagClassName
{
color: #FC541D;
}
</style>
background-color css
<style>
a { background-color: #FC541D; }
a { background-color: rgb(252,84,29); }
div.DivClassName
{
background-color: #FC541D;
}
.BgClassName
{
background-color: #FC541D;
}
</style>
border-color css
<style>
span { border-color: #FC541D; }
span { border-color: rgb(252,84,29); }
td.TdClassName
{
border-color: #FC541D;
}
.TagClassName
{
border-color: #FC541D;
}
</style>