Shades of Grandis #FACA73
Tints of Grandis #FACA73
RGB
CMYK
RGB Variations
Color information
#FACA73 (or 0xFACA73) is known color: Grandis. HEX triplet: FA, CA and 73. RGB value is (250,202,115). Sum of RGB (Red+Green+Blue) = 250+202+115=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA73 is #05358C. Grayscale: #CECECE. Windows color (decimal): -341389 or 7588602. OLE color: 7588602.
HSL color Cylindrical-coordinate representation of color #FACA73: hue angle of 38.67º 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 #FACA73 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 115 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.02 |
| HSL | 38.67º | 0.93% | 0.72% | - |
| HSV(B) | 38.67º | 0.54% | 0.98% | - |
| XYZ | 63.64 | 63.8 | 25.18 | - |
| YUV | 206.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 115 | 0 | 0.19 | 0.54 | 0.02 | 38.67 | 0.93 | 0.72 |
| Hex | FA | CA | 73 | 0 | 13 | 36 | 2 | 27 | 5D | 48 |
| Octal | 372 | 312 | 163 | 0 | 23 | 66 | 2 | 47 | 135 | 110 |
| Binary | 11111010 | 11001010 | 1110011 | 0 | 10011 | 110110 | 10 | 100111 | 1011101 | 1001000 |
Color Harmonies of #FACA73
Complementary color
Monochromatic Colors of #FACA73
Black with #FACA73
Text Example
Text Example
White with #FACA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA73; }
p { color: rgb(250,202,115); }
H1.HeaderClassName
{
color: #FACA73;
}
.AnyTagClassName
{
color: #FACA73;
}
</style>
background-color css
<style>
a { background-color: #FACA73; }
a { background-color: rgb(250,202,115); }
div.DivClassName
{
background-color: #FACA73;
}
.BgClassName
{
background-color: #FACA73;
}
</style>
border-color css
<style>
span { border-color: #FACA73; }
span { border-color: rgb(250,202,115); }
td.TdClassName
{
border-color: #FACA73;
}
.TagClassName
{
border-color: #FACA73;
}
</style>