Shades of Sunshade #FC984C
Tints of Sunshade #FC984C
RGB
CMYK
RGB Variations
Color information
#FC984C (or 0xFC984C) is known color: Sunshade. HEX triplet: FC, 98 and 4C. RGB value is (252,152,76). Sum of RGB (Red+Green+Blue) = 252+152+76=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC984C is #0367B3. Grayscale: #ADADAD. Windows color (decimal): -223156 or 5019900. OLE color: 5019900.
HSL color Cylindrical-coordinate representation of color #FC984C: hue angle of 25.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC984C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 76 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.01 |
| HSL | 25.91º | 0.97% | 0.64% | - |
| HSV(B) | 25.91º | 0.7% | 0.99% | - |
| XYZ | 52.68 | 43.67 | 12.49 | - |
| YUV | 173.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 76 | 0 | 0.40 | 0.70 | 0.01 | 25.91 | 0.97 | 0.64 |
| Hex | FC | 98 | 4C | 0 | 28 | 46 | 1 | 1A | 61 | 40 |
| Octal | 374 | 230 | 114 | 0 | 50 | 106 | 1 | 32 | 141 | 100 |
| Binary | 11111100 | 10011000 | 1001100 | 0 | 101000 | 1000110 | 1 | 11010 | 1100001 | 1000000 |
Color Harmonies of #FC984C
Complementary color
Monochromatic Colors of #FC984C
Black with #FC984C
Text Example
Text Example
White with #FC984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC984C; }
p { color: rgb(252,152,76); }
H1.HeaderClassName
{
color: #FC984C;
}
.AnyTagClassName
{
color: #FC984C;
}
</style>
background-color css
<style>
a { background-color: #FC984C; }
a { background-color: rgb(252,152,76); }
div.DivClassName
{
background-color: #FC984C;
}
.BgClassName
{
background-color: #FC984C;
}
</style>
border-color css
<style>
span { border-color: #FC984C; }
span { border-color: rgb(252,152,76); }
td.TdClassName
{
border-color: #FC984C;
}
.TagClassName
{
border-color: #FC984C;
}
</style>