Shades of Grandis #FDCB6D
Tints of Grandis #FDCB6D
RGB
CMYK
RGB Variations
Color information
#FDCB6D (or 0xFDCB6D) is known color: Grandis. HEX triplet: FD, CB and 6D. RGB value is (253,203,109). Sum of RGB (Red+Green+Blue) = 253+203+109=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB6D is #023492. Grayscale: #CFCFCF. Windows color (decimal): -144531 or 7195645. OLE color: 7195645.
HSL color Cylindrical-coordinate representation of color #FDCB6D: hue angle of 39.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDCB6D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 109 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.01 |
| HSL | 39.17º | 0.97% | 0.71% | - |
| HSV(B) | 39.17º | 0.57% | 0.99% | - |
| XYZ | 64.62 | 64.7 | 23.55 | - |
| YUV | 207.23 | 72.57 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 109 | 0 | 0.20 | 0.57 | 0.01 | 39.17 | 0.97 | 0.71 |
| Hex | FD | CB | 6D | 0 | 14 | 39 | 1 | 27 | 61 | 47 |
| Octal | 375 | 313 | 155 | 0 | 24 | 71 | 1 | 47 | 141 | 107 |
| Binary | 11111101 | 11001011 | 1101101 | 0 | 10100 | 111001 | 1 | 100111 | 1100001 | 1000111 |
Color Harmonies of #FDCB6D
Complementary color
Monochromatic Colors of #FDCB6D
Black with #FDCB6D
Text Example
Text Example
White with #FDCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCB6D; }
p { color: rgb(253,203,109); }
H1.HeaderClassName
{
color: #FDCB6D;
}
.AnyTagClassName
{
color: #FDCB6D;
}
</style>
background-color css
<style>
a { background-color: #FDCB6D; }
a { background-color: rgb(253,203,109); }
div.DivClassName
{
background-color: #FDCB6D;
}
.BgClassName
{
background-color: #FDCB6D;
}
</style>
border-color css
<style>
span { border-color: #FDCB6D; }
span { border-color: rgb(253,203,109); }
td.TdClassName
{
border-color: #FDCB6D;
}
.TagClassName
{
border-color: #FDCB6D;
}
</style>