Shades of Golden Dream #FAD32C
Tints of Golden Dream #FAD32C
RGB
CMYK
RGB Variations
Color information
#FAD32C (or 0xFAD32C) is known color: Golden Dream. HEX triplet: FA, D3 and 2C. RGB value is (250,211,44). Sum of RGB (Red+Green+Blue) = 250+211+44=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD32C is #052CD3. Grayscale: #CCCCCC. Windows color (decimal): -339156 or 2937850. OLE color: 2937850.
HSL color Cylindrical-coordinate representation of color #FAD32C: hue angle of 48.64º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAD32C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.02 |
| HSL | 48.64º | 0.95% | 0.58% | - |
| HSV(B) | 48.64º | 0.82% | 0.98% | - |
| XYZ | 63.17 | 67.09 | 12 | - |
| YUV | 203.62 | 37.92 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 44 | 0 | 0.16 | 0.82 | 0.02 | 48.64 | 0.95 | 0.58 |
| Hex | FA | D3 | 2C | 0 | 10 | 52 | 2 | 31 | 5F | 3A |
| Octal | 372 | 323 | 54 | 0 | 20 | 122 | 2 | 61 | 137 | 72 |
| Binary | 11111010 | 11010011 | 101100 | 0 | 10000 | 1010010 | 10 | 110001 | 1011111 | 111010 |
Color Harmonies of #FAD32C
Complementary color
Monochromatic Colors of #FAD32C
Black with #FAD32C
Text Example
Text Example
White with #FAD32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD32C; }
p { color: rgb(250,211,44); }
H1.HeaderClassName
{
color: #FAD32C;
}
.AnyTagClassName
{
color: #FAD32C;
}
</style>
background-color css
<style>
a { background-color: #FAD32C; }
a { background-color: rgb(250,211,44); }
div.DivClassName
{
background-color: #FAD32C;
}
.BgClassName
{
background-color: #FAD32C;
}
</style>
border-color css
<style>
span { border-color: #FAD32C; }
span { border-color: rgb(250,211,44); }
td.TdClassName
{
border-color: #FAD32C;
}
.TagClassName
{
border-color: #FAD32C;
}
</style>