Shades of Grandis #FDCF73
Tints of Grandis #FDCF73
RGB
CMYK
RGB Variations
Color information
#FDCF73 (or 0xFDCF73) is known color: Grandis. HEX triplet: FD, CF and 73. RGB value is (253,207,115). Sum of RGB (Red+Green+Blue) = 253+207+115=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF73 is #02308C. Grayscale: #D2D2D2. Windows color (decimal): -143501 or 7589885. OLE color: 7589885.
HSL color Cylindrical-coordinate representation of color #FDCF73: hue angle of 40º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDCF73 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 115 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.01 |
| HSL | 40º | 0.97% | 0.72% | - |
| HSV(B) | 40º | 0.55% | 0.99% | - |
| XYZ | 65.92 | 66.75 | 25.63 | - |
| YUV | 210.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 115 | 0 | 0.18 | 0.55 | 0.01 | 40 | 0.97 | 0.72 |
| Hex | FD | CF | 73 | 0 | 12 | 37 | 1 | 28 | 61 | 48 |
| Octal | 375 | 317 | 163 | 0 | 22 | 67 | 1 | 50 | 141 | 110 |
| Binary | 11111101 | 11001111 | 1110011 | 0 | 10010 | 110111 | 1 | 101000 | 1100001 | 1001000 |
Color Harmonies of #FDCF73
Complementary color
Monochromatic Colors of #FDCF73
Black with #FDCF73
Text Example
Text Example
White with #FDCF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF73; }
p { color: rgb(253,207,115); }
H1.HeaderClassName
{
color: #FDCF73;
}
.AnyTagClassName
{
color: #FDCF73;
}
</style>
background-color css
<style>
a { background-color: #FDCF73; }
a { background-color: rgb(253,207,115); }
div.DivClassName
{
background-color: #FDCF73;
}
.BgClassName
{
background-color: #FDCF73;
}
</style>
border-color css
<style>
span { border-color: #FDCF73; }
span { border-color: rgb(253,207,115); }
td.TdClassName
{
border-color: #FDCF73;
}
.TagClassName
{
border-color: #FDCF73;
}
</style>