Shades of Grandis #FDD26B
Tints of Grandis #FDD26B
RGB
CMYK
RGB Variations
Color information
#FDD26B (or 0xFDD26B) is known color: Grandis. HEX triplet: FD, D2 and 6B. RGB value is (253,210,107). Sum of RGB (Red+Green+Blue) = 253+210+107=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD26B is #022D94. Grayscale: #D3D3D3. Windows color (decimal): -142741 or 7066365. OLE color: 7066365.
HSL color Cylindrical-coordinate representation of color #FDD26B: hue angle of 42.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD26B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.01 |
| HSL | 42.33º | 0.97% | 0.71% | - |
| HSV(B) | 42.33º | 0.58% | 0.99% | - |
| XYZ | 66.21 | 68.04 | 23.55 | - |
| YUV | 211.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 107 | 0 | 0.17 | 0.58 | 0.01 | 42.33 | 0.97 | 0.71 |
| Hex | FD | D2 | 6B | 0 | 11 | 3A | 1 | 2A | 61 | 47 |
| Octal | 375 | 322 | 153 | 0 | 21 | 72 | 1 | 52 | 141 | 107 |
| Binary | 11111101 | 11010010 | 1101011 | 0 | 10001 | 111010 | 1 | 101010 | 1100001 | 1000111 |
Color Harmonies of #FDD26B
Complementary color
Monochromatic Colors of #FDD26B
Black with #FDD26B
Text Example
Text Example
White with #FDD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD26B; }
p { color: rgb(253,210,107); }
H1.HeaderClassName
{
color: #FDD26B;
}
.AnyTagClassName
{
color: #FDD26B;
}
</style>
background-color css
<style>
a { background-color: #FDD26B; }
a { background-color: rgb(253,210,107); }
div.DivClassName
{
background-color: #FDD26B;
}
.BgClassName
{
background-color: #FDD26B;
}
</style>
border-color css
<style>
span { border-color: #FDD26B; }
span { border-color: rgb(253,210,107); }
td.TdClassName
{
border-color: #FDD26B;
}
.TagClassName
{
border-color: #FDD26B;
}
</style>