Shades of Grandis #FCCD74
Tints of Grandis #FCCD74
RGB
CMYK
RGB Variations
Color information
#FCCD74 (or 0xFCCD74) is known color: Grandis. HEX triplet: FC, CD and 74. RGB value is (252,205,116). Sum of RGB (Red+Green+Blue) = 252+205+116=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD74 is #03328B. Grayscale: #D1D1D1. Windows color (decimal): -209548 or 7654908. OLE color: 7654908.
HSL color Cylindrical-coordinate representation of color #FCCD74: hue angle of 39.26º 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 #FCCD74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.01 |
| HSL | 39.26º | 0.96% | 0.72% | - |
| HSV(B) | 39.26º | 0.54% | 0.99% | - |
| XYZ | 65.13 | 65.62 | 25.76 | - |
| YUV | 208.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 116 | 0 | 0.19 | 0.54 | 0.01 | 39.26 | 0.96 | 0.72 |
| Hex | FC | CD | 74 | 0 | 13 | 36 | 1 | 27 | 60 | 48 |
| Octal | 374 | 315 | 164 | 0 | 23 | 66 | 1 | 47 | 140 | 110 |
| Binary | 11111100 | 11001101 | 1110100 | 0 | 10011 | 110110 | 1 | 100111 | 1100000 | 1001000 |
Color Harmonies of #FCCD74
Complementary color
Monochromatic Colors of #FCCD74
Black with #FCCD74
Text Example
Text Example
White with #FCCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD74; }
p { color: rgb(252,205,116); }
H1.HeaderClassName
{
color: #FCCD74;
}
.AnyTagClassName
{
color: #FCCD74;
}
</style>
background-color css
<style>
a { background-color: #FCCD74; }
a { background-color: rgb(252,205,116); }
div.DivClassName
{
background-color: #FCCD74;
}
.BgClassName
{
background-color: #FCCD74;
}
</style>
border-color css
<style>
span { border-color: #FCCD74; }
span { border-color: rgb(252,205,116); }
td.TdClassName
{
border-color: #FCCD74;
}
.TagClassName
{
border-color: #FCCD74;
}
</style>