Shades of Grandis #FCCC74
Tints of Grandis #FCCC74
RGB
CMYK
RGB Variations
Color information
#FCCC74 (or 0xFCCC74) is known color: Grandis. HEX triplet: FC, CC and 74. RGB value is (252,204,116). Sum of RGB (Red+Green+Blue) = 252+204+116=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC74 is #03338B. Grayscale: #D0D0D0. Windows color (decimal): -209804 or 7654652. OLE color: 7654652.
HSL color Cylindrical-coordinate representation of color #FCCC74: hue angle of 38.82º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCCC74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.01 |
| HSL | 38.82º | 0.96% | 0.72% | - |
| HSV(B) | 38.82º | 0.54% | 0.99% | - |
| XYZ | 64.89 | 65.14 | 25.68 | - |
| YUV | 208.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 116 | 0 | 0.19 | 0.54 | 0.01 | 38.82 | 0.96 | 0.72 |
| Hex | FC | CC | 74 | 0 | 13 | 36 | 1 | 27 | 60 | 48 |
| Octal | 374 | 314 | 164 | 0 | 23 | 66 | 1 | 47 | 140 | 110 |
| Binary | 11111100 | 11001100 | 1110100 | 0 | 10011 | 110110 | 1 | 100111 | 1100000 | 1001000 |
Color Harmonies of #FCCC74
Complementary color
Monochromatic Colors of #FCCC74
Black with #FCCC74
Text Example
Text Example
White with #FCCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC74; }
p { color: rgb(252,204,116); }
H1.HeaderClassName
{
color: #FCCC74;
}
.AnyTagClassName
{
color: #FCCC74;
}
</style>
background-color css
<style>
a { background-color: #FCCC74; }
a { background-color: rgb(252,204,116); }
div.DivClassName
{
background-color: #FCCC74;
}
.BgClassName
{
background-color: #FCCC74;
}
</style>
border-color css
<style>
span { border-color: #FCCC74; }
span { border-color: rgb(252,204,116); }
td.TdClassName
{
border-color: #FCCC74;
}
.TagClassName
{
border-color: #FCCC74;
}
</style>