Shades of Golden Dream #FAD52B
Tints of Golden Dream #FAD52B
RGB
CMYK
RGB Variations
Color information
#FAD52B (or 0xFAD52B) is known color: Golden Dream. HEX triplet: FA, D5 and 2B. RGB value is (250,213,43). Sum of RGB (Red+Green+Blue) = 250+213+43=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52B is #052AD4. Grayscale: #CDCDCD. Windows color (decimal): -338645 or 2872826. OLE color: 2872826.
HSL color Cylindrical-coordinate representation of color #FAD52B: hue angle of 49.28º 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 #FAD52B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 43 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.02 |
| HSL | 49.28º | 0.95% | 0.57% | - |
| HSV(B) | 49.28º | 0.83% | 0.98% | - |
| XYZ | 63.65 | 68.09 | 12.07 | - |
| YUV | 204.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 43 | 0 | 0.15 | 0.83 | 0.02 | 49.28 | 0.95 | 0.57 |
| Hex | FA | D5 | 2B | 0 | F | 53 | 2 | 31 | 5F | 39 |
| Octal | 372 | 325 | 53 | 0 | 17 | 123 | 2 | 61 | 137 | 71 |
| Binary | 11111010 | 11010101 | 101011 | 0 | 1111 | 1010011 | 10 | 110001 | 1011111 | 111001 |
Color Harmonies of #FAD52B
Complementary color
Monochromatic Colors of #FAD52B
Black with #FAD52B
Text Example
Text Example
White with #FAD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD52B; }
p { color: rgb(250,213,43); }
H1.HeaderClassName
{
color: #FAD52B;
}
.AnyTagClassName
{
color: #FAD52B;
}
</style>
background-color css
<style>
a { background-color: #FAD52B; }
a { background-color: rgb(250,213,43); }
div.DivClassName
{
background-color: #FAD52B;
}
.BgClassName
{
background-color: #FAD52B;
}
</style>
border-color css
<style>
span { border-color: #FAD52B; }
span { border-color: rgb(250,213,43); }
td.TdClassName
{
border-color: #FAD52B;
}
.TagClassName
{
border-color: #FAD52B;
}
</style>