Shades of Grandis #FAD077
Tints of Grandis #FAD077
RGB
CMYK
RGB Variations
Color information
#FAD077 (or 0xFAD077) is known color: Grandis. HEX triplet: FA, D0 and 77. RGB value is (250,208,119). Sum of RGB (Red+Green+Blue) = 250+208+119=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD077 is #052F88. Grayscale: #D2D2D2. Windows color (decimal): -339849 or 7852282. OLE color: 7852282.
HSL color Cylindrical-coordinate representation of color #FAD077: hue angle of 40.76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAD077 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 119 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.02 |
| HSL | 40.76º | 0.93% | 0.72% | - |
| HSV(B) | 40.76º | 0.52% | 0.98% | - |
| XYZ | 65.31 | 66.77 | 26.9 | - |
| YUV | 210.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 119 | 0 | 0.17 | 0.52 | 0.02 | 40.76 | 0.93 | 0.72 |
| Hex | FA | D0 | 77 | 0 | 11 | 34 | 2 | 29 | 5D | 48 |
| Octal | 372 | 320 | 167 | 0 | 21 | 64 | 2 | 51 | 135 | 110 |
| Binary | 11111010 | 11010000 | 1110111 | 0 | 10001 | 110100 | 10 | 101001 | 1011101 | 1001000 |
Color Harmonies of #FAD077
Complementary color
Monochromatic Colors of #FAD077
Black with #FAD077
Text Example
Text Example
White with #FAD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD077; }
p { color: rgb(250,208,119); }
H1.HeaderClassName
{
color: #FAD077;
}
.AnyTagClassName
{
color: #FAD077;
}
</style>
background-color css
<style>
a { background-color: #FAD077; }
a { background-color: rgb(250,208,119); }
div.DivClassName
{
background-color: #FAD077;
}
.BgClassName
{
background-color: #FAD077;
}
</style>
border-color css
<style>
span { border-color: #FAD077; }
span { border-color: rgb(250,208,119); }
td.TdClassName
{
border-color: #FAD077;
}
.TagClassName
{
border-color: #FAD077;
}
</style>