Shades of Grandis #FDC366
Tints of Grandis #FDC366
RGB
CMYK
RGB Variations
Color information
#FDC366 (or 0xFDC366) is known color: Grandis. HEX triplet: FD, C3 and 66. RGB value is (253,195,102). Sum of RGB (Red+Green+Blue) = 253+195+102=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC366 is #023C99. Grayscale: #CACACA. Windows color (decimal): -146586 or 6734845. OLE color: 6734845.
HSL color Cylindrical-coordinate representation of color #FDC366: hue angle of 36.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC366 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 102 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.95º | 0.97% | 0.7% | - |
| HSV(B) | 36.95º | 0.6% | 0.99% | - |
| XYZ | 62.42 | 60.87 | 21.03 | - |
| YUV | 201.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 102 | 0 | 0.23 | 0.60 | 0.01 | 36.95 | 0.97 | 0.7 |
| Hex | FD | C3 | 66 | 0 | 17 | 3C | 1 | 25 | 61 | 46 |
| Octal | 375 | 303 | 146 | 0 | 27 | 74 | 1 | 45 | 141 | 106 |
| Binary | 11111101 | 11000011 | 1100110 | 0 | 10111 | 111100 | 1 | 100101 | 1100001 | 1000110 |
Color Harmonies of #FDC366
Complementary color
Monochromatic Colors of #FDC366
Black with #FDC366
Text Example
Text Example
White with #FDC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC366; }
p { color: rgb(253,195,102); }
H1.HeaderClassName
{
color: #FDC366;
}
.AnyTagClassName
{
color: #FDC366;
}
</style>
background-color css
<style>
a { background-color: #FDC366; }
a { background-color: rgb(253,195,102); }
div.DivClassName
{
background-color: #FDC366;
}
.BgClassName
{
background-color: #FDC366;
}
</style>
border-color css
<style>
span { border-color: #FDC366; }
span { border-color: rgb(253,195,102); }
td.TdClassName
{
border-color: #FDC366;
}
.TagClassName
{
border-color: #FDC366;
}
</style>