Shades of Golden Dream #FAD52D
Tints of Golden Dream #FAD52D
RGB
CMYK
RGB Variations
Color information
#FAD52D (or 0xFAD52D) is known color: Golden Dream. HEX triplet: FA, D5 and 2D. RGB value is (250,213,45). Sum of RGB (Red+Green+Blue) = 250+213+45=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD52D is #052AD2. Grayscale: #CDCDCD. Windows color (decimal): -338643 or 3003898. OLE color: 3003898.
HSL color Cylindrical-coordinate representation of color #FAD52D: hue angle of 49.17º 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 #FAD52D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 213 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.02 |
| HSL | 49.17º | 0.95% | 0.58% | - |
| HSV(B) | 49.17º | 0.82% | 0.98% | - |
| XYZ | 63.69 | 68.1 | 12.27 | - |
| YUV | 204.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 213 | 45 | 0 | 0.15 | 0.82 | 0.02 | 49.17 | 0.95 | 0.58 |
| Hex | FA | D5 | 2D | 0 | F | 52 | 2 | 31 | 5F | 3A |
| Octal | 372 | 325 | 55 | 0 | 17 | 122 | 2 | 61 | 137 | 72 |
| Binary | 11111010 | 11010101 | 101101 | 0 | 1111 | 1010010 | 10 | 110001 | 1011111 | 111010 |
Color Harmonies of #FAD52D
Complementary color
Monochromatic Colors of #FAD52D
Black with #FAD52D
Text Example
Text Example
White with #FAD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD52D; }
p { color: rgb(250,213,45); }
H1.HeaderClassName
{
color: #FAD52D;
}
.AnyTagClassName
{
color: #FAD52D;
}
</style>
background-color css
<style>
a { background-color: #FAD52D; }
a { background-color: rgb(250,213,45); }
div.DivClassName
{
background-color: #FAD52D;
}
.BgClassName
{
background-color: #FAD52D;
}
</style>
border-color css
<style>
span { border-color: #FAD52D; }
span { border-color: rgb(250,213,45); }
td.TdClassName
{
border-color: #FAD52D;
}
.TagClassName
{
border-color: #FAD52D;
}
</style>