Shades of Grandis #FAD273
Tints of Grandis #FAD273
RGB
CMYK
RGB Variations
Color information
#FAD273 (or 0xFAD273) is known color: Grandis. HEX triplet: FA, D2 and 73. RGB value is (250,210,115). Sum of RGB (Red+Green+Blue) = 250+210+115=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD273 is #052D8C. Grayscale: #D3D3D3. Windows color (decimal): -339341 or 7590650. OLE color: 7590650.
HSL color Cylindrical-coordinate representation of color #FAD273: hue angle of 42.22º 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 #FAD273 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 115 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.02 |
| HSL | 42.22º | 0.93% | 0.72% | - |
| HSV(B) | 42.22º | 0.54% | 0.98% | - |
| XYZ | 65.57 | 67.65 | 25.82 | - |
| YUV | 211.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 115 | 0 | 0.16 | 0.54 | 0.02 | 42.22 | 0.93 | 0.72 |
| Hex | FA | D2 | 73 | 0 | 10 | 36 | 2 | 2A | 5D | 48 |
| Octal | 372 | 322 | 163 | 0 | 20 | 66 | 2 | 52 | 135 | 110 |
| Binary | 11111010 | 11010010 | 1110011 | 0 | 10000 | 110110 | 10 | 101010 | 1011101 | 1001000 |
Color Harmonies of #FAD273
Complementary color
Monochromatic Colors of #FAD273
Black with #FAD273
Text Example
Text Example
White with #FAD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD273; }
p { color: rgb(250,210,115); }
H1.HeaderClassName
{
color: #FAD273;
}
.AnyTagClassName
{
color: #FAD273;
}
</style>
background-color css
<style>
a { background-color: #FAD273; }
a { background-color: rgb(250,210,115); }
div.DivClassName
{
background-color: #FAD273;
}
.BgClassName
{
background-color: #FAD273;
}
</style>
border-color css
<style>
span { border-color: #FAD273; }
span { border-color: rgb(250,210,115); }
td.TdClassName
{
border-color: #FAD273;
}
.TagClassName
{
border-color: #FAD273;
}
</style>