Shades of Grandis #FAD373
Tints of Grandis #FAD373
RGB
CMYK
RGB Variations
Color information
#FAD373 (or 0xFAD373) is known color: Grandis. HEX triplet: FA, D3 and 73. RGB value is (250,211,115). Sum of RGB (Red+Green+Blue) = 250+211+115=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD373 is #052C8C. Grayscale: #D4D4D4. Windows color (decimal): -339085 or 7590906. OLE color: 7590906.
HSL color Cylindrical-coordinate representation of color #FAD373: hue angle of 42.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 #FAD373 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 115 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.02 |
| HSL | 42.67º | 0.93% | 0.72% | - |
| HSV(B) | 42.67º | 0.54% | 0.98% | - |
| XYZ | 65.81 | 68.15 | 25.91 | - |
| YUV | 211.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 115 | 0 | 0.16 | 0.54 | 0.02 | 42.67 | 0.93 | 0.72 |
| Hex | FA | D3 | 73 | 0 | 10 | 36 | 2 | 2B | 5D | 48 |
| Octal | 372 | 323 | 163 | 0 | 20 | 66 | 2 | 53 | 135 | 110 |
| Binary | 11111010 | 11010011 | 1110011 | 0 | 10000 | 110110 | 10 | 101011 | 1011101 | 1001000 |
Color Harmonies of #FAD373
Complementary color
Monochromatic Colors of #FAD373
Black with #FAD373
Text Example
Text Example
White with #FAD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD373; }
p { color: rgb(250,211,115); }
H1.HeaderClassName
{
color: #FAD373;
}
.AnyTagClassName
{
color: #FAD373;
}
</style>
background-color css
<style>
a { background-color: #FAD373; }
a { background-color: rgb(250,211,115); }
div.DivClassName
{
background-color: #FAD373;
}
.BgClassName
{
background-color: #FAD373;
}
</style>
border-color css
<style>
span { border-color: #FAD373; }
span { border-color: rgb(250,211,115); }
td.TdClassName
{
border-color: #FAD373;
}
.TagClassName
{
border-color: #FAD373;
}
</style>