Shades of Grandis #FACA74
Tints of Grandis #FACA74
RGB
CMYK
RGB Variations
Color information
#FACA74 (or 0xFACA74) is known color: Grandis. HEX triplet: FA, CA and 74. RGB value is (250,202,116). Sum of RGB (Red+Green+Blue) = 250+202+116=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA74 is #05358B. Grayscale: #CECECE. Windows color (decimal): -341388 or 7654138. OLE color: 7654138.
HSL color Cylindrical-coordinate representation of color #FACA74: hue angle of 38.51º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FACA74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.02 |
| HSL | 38.51º | 0.93% | 0.72% | - |
| HSV(B) | 38.51º | 0.54% | 0.98% | - |
| XYZ | 63.7 | 63.83 | 25.49 | - |
| YUV | 206.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 116 | 0 | 0.19 | 0.54 | 0.02 | 38.51 | 0.93 | 0.72 |
| Hex | FA | CA | 74 | 0 | 13 | 36 | 2 | 27 | 5D | 48 |
| Octal | 372 | 312 | 164 | 0 | 23 | 66 | 2 | 47 | 135 | 110 |
| Binary | 11111010 | 11001010 | 1110100 | 0 | 10011 | 110110 | 10 | 100111 | 1011101 | 1001000 |
Color Harmonies of #FACA74
Complementary color
Monochromatic Colors of #FACA74
Black with #FACA74
Text Example
Text Example
White with #FACA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA74; }
p { color: rgb(250,202,116); }
H1.HeaderClassName
{
color: #FACA74;
}
.AnyTagClassName
{
color: #FACA74;
}
</style>
background-color css
<style>
a { background-color: #FACA74; }
a { background-color: rgb(250,202,116); }
div.DivClassName
{
background-color: #FACA74;
}
.BgClassName
{
background-color: #FACA74;
}
</style>
border-color css
<style>
span { border-color: #FACA74; }
span { border-color: rgb(250,202,116); }
td.TdClassName
{
border-color: #FACA74;
}
.TagClassName
{
border-color: #FACA74;
}
</style>