Shades of Golden Glow #FAD37B
Tints of Golden Glow #FAD37B
RGB
CMYK
RGB Variations
Color information
#FAD37B (or 0xFAD37B) is known color: Golden Glow. HEX triplet: FA, D3 and 7B. RGB value is (250,211,123). Sum of RGB (Red+Green+Blue) = 250+211+123=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD37B is #052C84. Grayscale: #D5D5D5. Windows color (decimal): -339077 or 8115194. OLE color: 8115194.
HSL color Cylindrical-coordinate representation of color #FAD37B: hue angle of 41.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAD37B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 123 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.02 |
| HSL | 41.57º | 0.93% | 0.73% | - |
| HSV(B) | 41.57º | 0.51% | 0.98% | - |
| XYZ | 66.29 | 68.34 | 28.44 | - |
| YUV | 212.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 123 | 0 | 0.16 | 0.51 | 0.02 | 41.57 | 0.93 | 0.73 |
| Hex | FA | D3 | 7B | 0 | 10 | 33 | 2 | 2A | 5D | 49 |
| Octal | 372 | 323 | 173 | 0 | 20 | 63 | 2 | 52 | 135 | 111 |
| Binary | 11111010 | 11010011 | 1111011 | 0 | 10000 | 110011 | 10 | 101010 | 1011101 | 1001001 |
Color Harmonies of #FAD37B
Complementary color
Monochromatic Colors of #FAD37B
Black with #FAD37B
Text Example
Text Example
White with #FAD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD37B; }
p { color: rgb(250,211,123); }
H1.HeaderClassName
{
color: #FAD37B;
}
.AnyTagClassName
{
color: #FAD37B;
}
</style>
background-color css
<style>
a { background-color: #FAD37B; }
a { background-color: rgb(250,211,123); }
div.DivClassName
{
background-color: #FAD37B;
}
.BgClassName
{
background-color: #FAD37B;
}
</style>
border-color css
<style>
span { border-color: #FAD37B; }
span { border-color: rgb(250,211,123); }
td.TdClassName
{
border-color: #FAD37B;
}
.TagClassName
{
border-color: #FAD37B;
}
</style>