Shades of Grandis #FACD70
Tints of Grandis #FACD70
RGB
CMYK
RGB Variations
Color information
#FACD70 (or 0xFACD70) is known color: Grandis. HEX triplet: FA, CD and 70. RGB value is (250,205,112). Sum of RGB (Red+Green+Blue) = 250+205+112=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD70 is #05328F. Grayscale: #D0D0D0. Windows color (decimal): -340624 or 7392762. OLE color: 7392762.
HSL color Cylindrical-coordinate representation of color #FACD70: hue angle of 40.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FACD70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 112 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.02 |
| HSL | 40.43º | 0.93% | 0.71% | - |
| HSV(B) | 40.43º | 0.55% | 0.98% | - |
| XYZ | 64.18 | 65.16 | 24.52 | - |
| YUV | 207.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 112 | 0 | 0.18 | 0.55 | 0.02 | 40.43 | 0.93 | 0.71 |
| Hex | FA | CD | 70 | 0 | 12 | 37 | 2 | 28 | 5D | 47 |
| Octal | 372 | 315 | 160 | 0 | 22 | 67 | 2 | 50 | 135 | 107 |
| Binary | 11111010 | 11001101 | 1110000 | 0 | 10010 | 110111 | 10 | 101000 | 1011101 | 1000111 |
Color Harmonies of #FACD70
Complementary color
Monochromatic Colors of #FACD70
Black with #FACD70
Text Example
Text Example
White with #FACD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD70; }
p { color: rgb(250,205,112); }
H1.HeaderClassName
{
color: #FACD70;
}
.AnyTagClassName
{
color: #FACD70;
}
</style>
background-color css
<style>
a { background-color: #FACD70; }
a { background-color: rgb(250,205,112); }
div.DivClassName
{
background-color: #FACD70;
}
.BgClassName
{
background-color: #FACD70;
}
</style>
border-color css
<style>
span { border-color: #FACD70; }
span { border-color: rgb(250,205,112); }
td.TdClassName
{
border-color: #FACD70;
}
.TagClassName
{
border-color: #FACD70;
}
</style>