Shades of Grandis #FCCB76
Tints of Grandis #FCCB76
RGB
CMYK
RGB Variations
Color information
#FCCB76 (or 0xFCCB76) is known color: Grandis. HEX triplet: FC, CB and 76. RGB value is (252,203,118). Sum of RGB (Red+Green+Blue) = 252+203+118=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB76 is #033489. Grayscale: #D0D0D0. Windows color (decimal): -210058 or 7785468. OLE color: 7785468.
HSL color Cylindrical-coordinate representation of color #FCCB76: hue angle of 38.06º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCCB76 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 118 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.01 |
| HSL | 38.06º | 0.96% | 0.73% | - |
| HSV(B) | 38.06º | 0.53% | 0.99% | - |
| XYZ | 64.77 | 64.72 | 26.22 | - |
| YUV | 207.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 118 | 0 | 0.19 | 0.53 | 0.01 | 38.06 | 0.96 | 0.73 |
| Hex | FC | CB | 76 | 0 | 13 | 35 | 1 | 26 | 60 | 49 |
| Octal | 374 | 313 | 166 | 0 | 23 | 65 | 1 | 46 | 140 | 111 |
| Binary | 11111100 | 11001011 | 1110110 | 0 | 10011 | 110101 | 1 | 100110 | 1100000 | 1001001 |
Color Harmonies of #FCCB76
Complementary color
Monochromatic Colors of #FCCB76
Black with #FCCB76
Text Example
Text Example
White with #FCCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB76; }
p { color: rgb(252,203,118); }
H1.HeaderClassName
{
color: #FCCB76;
}
.AnyTagClassName
{
color: #FCCB76;
}
</style>
background-color css
<style>
a { background-color: #FCCB76; }
a { background-color: rgb(252,203,118); }
div.DivClassName
{
background-color: #FCCB76;
}
.BgClassName
{
background-color: #FCCB76;
}
</style>
border-color css
<style>
span { border-color: #FCCB76; }
span { border-color: rgb(252,203,118); }
td.TdClassName
{
border-color: #FCCB76;
}
.TagClassName
{
border-color: #FCCB76;
}
</style>