Shades of Golden Glow #FAD57B
Tints of Golden Glow #FAD57B
RGB
CMYK
RGB Variations
Color information
#FAD57B (or 0xFAD57B) is known color: Golden Glow. HEX triplet: FA, D5 and 7B. RGB value is (250,213,123). Sum of RGB (Red+Green+Blue) = 250+213+123=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD57B is #052A84. Grayscale: #D6D6D6. Windows color (decimal): -338565 or 8115706. OLE color: 8115706.
HSL color Cylindrical-coordinate representation of color #FAD57B: hue angle of 42.52º 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 #FAD57B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 123 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.02 |
| HSL | 42.52º | 0.93% | 0.73% | - |
| HSV(B) | 42.52º | 0.51% | 0.98% | - |
| XYZ | 66.79 | 69.34 | 28.6 | - |
| YUV | 213.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 123 | 0 | 0.15 | 0.51 | 0.02 | 42.52 | 0.93 | 0.73 |
| Hex | FA | D5 | 7B | 0 | F | 33 | 2 | 2B | 5D | 49 |
| Octal | 372 | 325 | 173 | 0 | 17 | 63 | 2 | 53 | 135 | 111 |
| Binary | 11111010 | 11010101 | 1111011 | 0 | 1111 | 110011 | 10 | 101011 | 1011101 | 1001001 |
Color Harmonies of #FAD57B
Complementary color
Monochromatic Colors of #FAD57B
Black with #FAD57B
Text Example
Text Example
White with #FAD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD57B; }
p { color: rgb(250,213,123); }
H1.HeaderClassName
{
color: #FAD57B;
}
.AnyTagClassName
{
color: #FAD57B;
}
</style>
background-color css
<style>
a { background-color: #FAD57B; }
a { background-color: rgb(250,213,123); }
div.DivClassName
{
background-color: #FAD57B;
}
.BgClassName
{
background-color: #FAD57B;
}
</style>
border-color css
<style>
span { border-color: #FAD57B; }
span { border-color: rgb(250,213,123); }
td.TdClassName
{
border-color: #FAD57B;
}
.TagClassName
{
border-color: #FAD57B;
}
</style>