Shades of Golden Dream #FAD32B
Tints of Golden Dream #FAD32B
RGB
CMYK
RGB Variations
Color information
#FAD32B (or 0xFAD32B) is known color: Golden Dream. HEX triplet: FA, D3 and 2B. RGB value is (250,211,43). Sum of RGB (Red+Green+Blue) = 250+211+43=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD32B is #052CD4. Grayscale: #CCCCCC. Windows color (decimal): -339157 or 2872314. OLE color: 2872314.
HSL color Cylindrical-coordinate representation of color #FAD32B: hue angle of 48.7º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAD32B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 43 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.02 |
| HSL | 48.7º | 0.95% | 0.57% | - |
| HSV(B) | 48.7º | 0.83% | 0.98% | - |
| XYZ | 63.15 | 67.09 | 11.91 | - |
| YUV | 203.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 43 | 0 | 0.16 | 0.83 | 0.02 | 48.7 | 0.95 | 0.57 |
| Hex | FA | D3 | 2B | 0 | 10 | 53 | 2 | 31 | 5F | 39 |
| Octal | 372 | 323 | 53 | 0 | 20 | 123 | 2 | 61 | 137 | 71 |
| Binary | 11111010 | 11010011 | 101011 | 0 | 10000 | 1010011 | 10 | 110001 | 1011111 | 111001 |
Color Harmonies of #FAD32B
Complementary color
Monochromatic Colors of #FAD32B
Black with #FAD32B
Text Example
Text Example
White with #FAD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD32B; }
p { color: rgb(250,211,43); }
H1.HeaderClassName
{
color: #FAD32B;
}
.AnyTagClassName
{
color: #FAD32B;
}
</style>
background-color css
<style>
a { background-color: #FAD32B; }
a { background-color: rgb(250,211,43); }
div.DivClassName
{
background-color: #FAD32B;
}
.BgClassName
{
background-color: #FAD32B;
}
</style>
border-color css
<style>
span { border-color: #FAD32B; }
span { border-color: rgb(250,211,43); }
td.TdClassName
{
border-color: #FAD32B;
}
.TagClassName
{
border-color: #FAD32B;
}
</style>