Shades of Grandis #FDD073
Tints of Grandis #FDD073
RGB
CMYK
RGB Variations
Color information
#FDD073 (or 0xFDD073) is known color: Grandis. HEX triplet: FD, D0 and 73. RGB value is (253,208,115). Sum of RGB (Red+Green+Blue) = 253+208+115=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD073 is #022F8C. Grayscale: #D3D3D3. Windows color (decimal): -143245 or 7590141. OLE color: 7590141.
HSL color Cylindrical-coordinate representation of color #FDD073: hue angle of 40.43º 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 #FDD073 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 115 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.01 |
| HSL | 40.43º | 0.97% | 0.72% | - |
| HSV(B) | 40.43º | 0.55% | 0.99% | - |
| XYZ | 66.16 | 67.23 | 25.71 | - |
| YUV | 210.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 115 | 0 | 0.18 | 0.55 | 0.01 | 40.43 | 0.97 | 0.72 |
| Hex | FD | D0 | 73 | 0 | 12 | 37 | 1 | 28 | 61 | 48 |
| Octal | 375 | 320 | 163 | 0 | 22 | 67 | 1 | 50 | 141 | 110 |
| Binary | 11111101 | 11010000 | 1110011 | 0 | 10010 | 110111 | 1 | 101000 | 1100001 | 1001000 |
Color Harmonies of #FDD073
Complementary color
Monochromatic Colors of #FDD073
Black with #FDD073
Text Example
Text Example
White with #FDD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD073; }
p { color: rgb(253,208,115); }
H1.HeaderClassName
{
color: #FDD073;
}
.AnyTagClassName
{
color: #FDD073;
}
</style>
background-color css
<style>
a { background-color: #FDD073; }
a { background-color: rgb(253,208,115); }
div.DivClassName
{
background-color: #FDD073;
}
.BgClassName
{
background-color: #FDD073;
}
</style>
border-color css
<style>
span { border-color: #FDD073; }
span { border-color: rgb(253,208,115); }
td.TdClassName
{
border-color: #FDD073;
}
.TagClassName
{
border-color: #FDD073;
}
</style>