Shades of Grandis #FDD168
Tints of Grandis #FDD168
RGB
CMYK
RGB Variations
Color information
#FDD168 (or 0xFDD168) is known color: Grandis. HEX triplet: FD, D1 and 68. RGB value is (253,209,104). Sum of RGB (Red+Green+Blue) = 253+209+104=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD168 is #022E97. Grayscale: #D2D2D2. Windows color (decimal): -143000 or 6869501. OLE color: 6869501.
HSL color Cylindrical-coordinate representation of color #FDD168: hue angle of 42.28º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDD168 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 104 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.01 |
| HSL | 42.28º | 0.97% | 0.7% | - |
| HSV(B) | 42.28º | 0.59% | 0.99% | - |
| XYZ | 65.81 | 67.48 | 22.65 | - |
| YUV | 210.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 104 | 0 | 0.17 | 0.59 | 0.01 | 42.28 | 0.97 | 0.7 |
| Hex | FD | D1 | 68 | 0 | 11 | 3B | 1 | 2A | 61 | 46 |
| Octal | 375 | 321 | 150 | 0 | 21 | 73 | 1 | 52 | 141 | 106 |
| Binary | 11111101 | 11010001 | 1101000 | 0 | 10001 | 111011 | 1 | 101010 | 1100001 | 1000110 |
Color Harmonies of #FDD168
Complementary color
Monochromatic Colors of #FDD168
Black with #FDD168
Text Example
Text Example
White with #FDD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD168; }
p { color: rgb(253,209,104); }
H1.HeaderClassName
{
color: #FDD168;
}
.AnyTagClassName
{
color: #FDD168;
}
</style>
background-color css
<style>
a { background-color: #FDD168; }
a { background-color: rgb(253,209,104); }
div.DivClassName
{
background-color: #FDD168;
}
.BgClassName
{
background-color: #FDD168;
}
</style>
border-color css
<style>
span { border-color: #FDD168; }
span { border-color: rgb(253,209,104); }
td.TdClassName
{
border-color: #FDD168;
}
.TagClassName
{
border-color: #FDD168;
}
</style>