Shades of Grandis #FAD072
Tints of Grandis #FAD072
RGB
CMYK
RGB Variations
Color information
#FAD072 (or 0xFAD072) is known color: Grandis. HEX triplet: FA, D0 and 72. RGB value is (250,208,114). Sum of RGB (Red+Green+Blue) = 250+208+114=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD072 is #052F8D. Grayscale: #D2D2D2. Windows color (decimal): -339854 or 7524602. OLE color: 7524602.
HSL color Cylindrical-coordinate representation of color #FAD072: hue angle of 41.47º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAD072 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 114 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.02 |
| HSL | 41.47º | 0.93% | 0.71% | - |
| HSV(B) | 41.47º | 0.54% | 0.98% | - |
| XYZ | 65.02 | 66.65 | 25.36 | - |
| YUV | 209.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 114 | 0 | 0.17 | 0.54 | 0.02 | 41.47 | 0.93 | 0.71 |
| Hex | FA | D0 | 72 | 0 | 11 | 36 | 2 | 29 | 5D | 47 |
| Octal | 372 | 320 | 162 | 0 | 21 | 66 | 2 | 51 | 135 | 107 |
| Binary | 11111010 | 11010000 | 1110010 | 0 | 10001 | 110110 | 10 | 101001 | 1011101 | 1000111 |
Color Harmonies of #FAD072
Complementary color
Monochromatic Colors of #FAD072
Black with #FAD072
Text Example
Text Example
White with #FAD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD072; }
p { color: rgb(250,208,114); }
H1.HeaderClassName
{
color: #FAD072;
}
.AnyTagClassName
{
color: #FAD072;
}
</style>
background-color css
<style>
a { background-color: #FAD072; }
a { background-color: rgb(250,208,114); }
div.DivClassName
{
background-color: #FAD072;
}
.BgClassName
{
background-color: #FAD072;
}
</style>
border-color css
<style>
span { border-color: #FAD072; }
span { border-color: rgb(250,208,114); }
td.TdClassName
{
border-color: #FAD072;
}
.TagClassName
{
border-color: #FAD072;
}
</style>