Shades of Grandis #FACC70
Tints of Grandis #FACC70
RGB
CMYK
RGB Variations
Color information
#FACC70 (or 0xFACC70) is known color: Grandis. HEX triplet: FA, CC and 70. RGB value is (250,204,112). Sum of RGB (Red+Green+Blue) = 250+204+112=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC70 is #05338F. Grayscale: #CFCFCF. Windows color (decimal): -340880 or 7392506. OLE color: 7392506.
HSL color Cylindrical-coordinate representation of color #FACC70: hue angle of 40º 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 #FACC70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 112 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.02 |
| HSL | 40º | 0.93% | 0.71% | - |
| HSV(B) | 40º | 0.55% | 0.98% | - |
| XYZ | 63.94 | 64.68 | 24.44 | - |
| YUV | 207.27 | 74.24 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 112 | 0 | 0.18 | 0.55 | 0.02 | 40 | 0.93 | 0.71 |
| Hex | FA | CC | 70 | 0 | 12 | 37 | 2 | 28 | 5D | 47 |
| Octal | 372 | 314 | 160 | 0 | 22 | 67 | 2 | 50 | 135 | 107 |
| Binary | 11111010 | 11001100 | 1110000 | 0 | 10010 | 110111 | 10 | 101000 | 1011101 | 1000111 |
Color Harmonies of #FACC70
Complementary color
Monochromatic Colors of #FACC70
Black with #FACC70
Text Example
Text Example
White with #FACC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC70; }
p { color: rgb(250,204,112); }
H1.HeaderClassName
{
color: #FACC70;
}
.AnyTagClassName
{
color: #FACC70;
}
</style>
background-color css
<style>
a { background-color: #FACC70; }
a { background-color: rgb(250,204,112); }
div.DivClassName
{
background-color: #FACC70;
}
.BgClassName
{
background-color: #FACC70;
}
</style>
border-color css
<style>
span { border-color: #FACC70; }
span { border-color: rgb(250,204,112); }
td.TdClassName
{
border-color: #FACC70;
}
.TagClassName
{
border-color: #FACC70;
}
</style>