Shades of Grandis #FCCB74
Tints of Grandis #FCCB74
RGB
CMYK
RGB Variations
Color information
#FCCB74 (or 0xFCCB74) is known color: Grandis. HEX triplet: FC, CB and 74. RGB value is (252,203,116). Sum of RGB (Red+Green+Blue) = 252+203+116=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB74 is #03348B. Grayscale: #D0D0D0. Windows color (decimal): -210060 or 7654396. OLE color: 7654396.
HSL color Cylindrical-coordinate representation of color #FCCB74: hue angle of 38.38º 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 #FCCB74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.01 |
| HSL | 38.38º | 0.96% | 0.72% | - |
| HSV(B) | 38.38º | 0.54% | 0.99% | - |
| XYZ | 64.65 | 64.67 | 25.6 | - |
| YUV | 207.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 116 | 0 | 0.19 | 0.54 | 0.01 | 38.38 | 0.96 | 0.72 |
| Hex | FC | CB | 74 | 0 | 13 | 36 | 1 | 26 | 60 | 48 |
| Octal | 374 | 313 | 164 | 0 | 23 | 66 | 1 | 46 | 140 | 110 |
| Binary | 11111100 | 11001011 | 1110100 | 0 | 10011 | 110110 | 1 | 100110 | 1100000 | 1001000 |
Color Harmonies of #FCCB74
Complementary color
Monochromatic Colors of #FCCB74
Black with #FCCB74
Text Example
Text Example
White with #FCCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB74; }
p { color: rgb(252,203,116); }
H1.HeaderClassName
{
color: #FCCB74;
}
.AnyTagClassName
{
color: #FCCB74;
}
</style>
background-color css
<style>
a { background-color: #FCCB74; }
a { background-color: rgb(252,203,116); }
div.DivClassName
{
background-color: #FCCB74;
}
.BgClassName
{
background-color: #FCCB74;
}
</style>
border-color css
<style>
span { border-color: #FCCB74; }
span { border-color: rgb(252,203,116); }
td.TdClassName
{
border-color: #FCCB74;
}
.TagClassName
{
border-color: #FCCB74;
}
</style>