Shades of Sunshade #FC984D
Tints of Sunshade #FC984D
RGB
CMYK
RGB Variations
Color information
#FC984D (or 0xFC984D) is known color: Sunshade. HEX triplet: FC, 98 and 4D. RGB value is (252,152,77). Sum of RGB (Red+Green+Blue) = 252+152+77=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC984D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC984D is #0367B2. Grayscale: #ADADAD. Windows color (decimal): -223155 or 5085436. OLE color: 5085436.
HSL color Cylindrical-coordinate representation of color #FC984D: hue angle of 25.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC984D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 77 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.01 |
| HSL | 25.71º | 0.97% | 0.65% | - |
| HSV(B) | 25.71º | 0.69% | 0.99% | - |
| XYZ | 52.71 | 43.69 | 12.68 | - |
| YUV | 173.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 77 | 0 | 0.40 | 0.69 | 0.01 | 25.71 | 0.97 | 0.65 |
| Hex | FC | 98 | 4D | 0 | 28 | 45 | 1 | 1A | 61 | 41 |
| Octal | 374 | 230 | 115 | 0 | 50 | 105 | 1 | 32 | 141 | 101 |
| Binary | 11111100 | 10011000 | 1001101 | 0 | 101000 | 1000101 | 1 | 11010 | 1100001 | 1000001 |
Color Harmonies of #FC984D
Complementary color
Monochromatic Colors of #FC984D
Black with #FC984D
Text Example
Text Example
White with #FC984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC984D; }
p { color: rgb(252,152,77); }
H1.HeaderClassName
{
color: #FC984D;
}
.AnyTagClassName
{
color: #FC984D;
}
</style>
background-color css
<style>
a { background-color: #FC984D; }
a { background-color: rgb(252,152,77); }
div.DivClassName
{
background-color: #FC984D;
}
.BgClassName
{
background-color: #FC984D;
}
</style>
border-color css
<style>
span { border-color: #FC984D; }
span { border-color: rgb(252,152,77); }
td.TdClassName
{
border-color: #FC984D;
}
.TagClassName
{
border-color: #FC984D;
}
</style>