Shades of Grandis #FCCB70
Tints of Grandis #FCCB70
RGB
CMYK
RGB Variations
Color information
#FCCB70 (or 0xFCCB70) is known color: Grandis. HEX triplet: FC, CB and 70. RGB value is (252,203,112). Sum of RGB (Red+Green+Blue) = 252+203+112=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB70 is #03348F. Grayscale: #CFCFCF. Windows color (decimal): -210064 or 7392252. OLE color: 7392252.
HSL color Cylindrical-coordinate representation of color #FCCB70: hue angle of 39º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCCB70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.01 |
| HSL | 39º | 0.96% | 0.71% | - |
| HSV(B) | 39º | 0.56% | 0.99% | - |
| XYZ | 64.43 | 64.58 | 24.4 | - |
| YUV | 207.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 112 | 0 | 0.19 | 0.56 | 0.01 | 39 | 0.96 | 0.71 |
| Hex | FC | CB | 70 | 0 | 13 | 38 | 1 | 27 | 60 | 47 |
| Octal | 374 | 313 | 160 | 0 | 23 | 70 | 1 | 47 | 140 | 107 |
| Binary | 11111100 | 11001011 | 1110000 | 0 | 10011 | 111000 | 1 | 100111 | 1100000 | 1000111 |
Color Harmonies of #FCCB70
Complementary color
Monochromatic Colors of #FCCB70
Black with #FCCB70
Text Example
Text Example
White with #FCCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB70; }
p { color: rgb(252,203,112); }
H1.HeaderClassName
{
color: #FCCB70;
}
.AnyTagClassName
{
color: #FCCB70;
}
</style>
background-color css
<style>
a { background-color: #FCCB70; }
a { background-color: rgb(252,203,112); }
div.DivClassName
{
background-color: #FCCB70;
}
.BgClassName
{
background-color: #FCCB70;
}
</style>
border-color css
<style>
span { border-color: #FCCB70; }
span { border-color: rgb(252,203,112); }
td.TdClassName
{
border-color: #FCCB70;
}
.TagClassName
{
border-color: #FCCB70;
}
</style>