Shades of Grandis #FCCB73
Tints of Grandis #FCCB73
RGB
CMYK
RGB Variations
Color information
#FCCB73 (or 0xFCCB73) is known color: Grandis. HEX triplet: FC, CB and 73. RGB value is (252,203,115). Sum of RGB (Red+Green+Blue) = 252+203+115=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB73 is #03348C. Grayscale: #D0D0D0. Windows color (decimal): -210061 or 7588860. OLE color: 7588860.
HSL color Cylindrical-coordinate representation of color #FCCB73: hue angle of 38.54º 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 #FCCB73 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 115 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.01 |
| HSL | 38.54º | 0.96% | 0.72% | - |
| HSV(B) | 38.54º | 0.54% | 0.99% | - |
| XYZ | 64.6 | 64.65 | 25.29 | - |
| YUV | 207.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 115 | 0 | 0.19 | 0.54 | 0.01 | 38.54 | 0.96 | 0.72 |
| Hex | FC | CB | 73 | 0 | 13 | 36 | 1 | 27 | 60 | 48 |
| Octal | 374 | 313 | 163 | 0 | 23 | 66 | 1 | 47 | 140 | 110 |
| Binary | 11111100 | 11001011 | 1110011 | 0 | 10011 | 110110 | 1 | 100111 | 1100000 | 1001000 |
Color Harmonies of #FCCB73
Complementary color
Monochromatic Colors of #FCCB73
Black with #FCCB73
Text Example
Text Example
White with #FCCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB73; }
p { color: rgb(252,203,115); }
H1.HeaderClassName
{
color: #FCCB73;
}
.AnyTagClassName
{
color: #FCCB73;
}
</style>
background-color css
<style>
a { background-color: #FCCB73; }
a { background-color: rgb(252,203,115); }
div.DivClassName
{
background-color: #FCCB73;
}
.BgClassName
{
background-color: #FCCB73;
}
</style>
border-color css
<style>
span { border-color: #FCCB73; }
span { border-color: rgb(252,203,115); }
td.TdClassName
{
border-color: #FCCB73;
}
.TagClassName
{
border-color: #FCCB73;
}
</style>