Shades of Grandis #FCCD78
Tints of Grandis #FCCD78
RGB
CMYK
RGB Variations
Color information
#FCCD78 (or 0xFCCD78) is known color: Grandis. HEX triplet: FC, CD and 78. RGB value is (252,205,120). Sum of RGB (Red+Green+Blue) = 252+205+120=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD78 is #033287. Grayscale: #D1D1D1. Windows color (decimal): -209544 or 7917052. OLE color: 7917052.
HSL color Cylindrical-coordinate representation of color #FCCD78: hue angle of 38.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCCD78 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 120 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.01 |
| HSL | 38.64º | 0.96% | 0.73% | - |
| HSV(B) | 38.64º | 0.52% | 0.99% | - |
| XYZ | 65.37 | 65.71 | 27.01 | - |
| YUV | 209.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 120 | 0 | 0.19 | 0.52 | 0.01 | 38.64 | 0.96 | 0.73 |
| Hex | FC | CD | 78 | 0 | 13 | 34 | 1 | 27 | 60 | 49 |
| Octal | 374 | 315 | 170 | 0 | 23 | 64 | 1 | 47 | 140 | 111 |
| Binary | 11111100 | 11001101 | 1111000 | 0 | 10011 | 110100 | 1 | 100111 | 1100000 | 1001001 |
Color Harmonies of #FCCD78
Complementary color
Monochromatic Colors of #FCCD78
Black with #FCCD78
Text Example
Text Example
White with #FCCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD78; }
p { color: rgb(252,205,120); }
H1.HeaderClassName
{
color: #FCCD78;
}
.AnyTagClassName
{
color: #FCCD78;
}
</style>
background-color css
<style>
a { background-color: #FCCD78; }
a { background-color: rgb(252,205,120); }
div.DivClassName
{
background-color: #FCCD78;
}
.BgClassName
{
background-color: #FCCD78;
}
</style>
border-color css
<style>
span { border-color: #FCCD78; }
span { border-color: rgb(252,205,120); }
td.TdClassName
{
border-color: #FCCD78;
}
.TagClassName
{
border-color: #FCCD78;
}
</style>