Shades of Golden Dream #FAD42D
Tints of Golden Dream #FAD42D
RGB
CMYK
RGB Variations
Color information
#FAD42D (or 0xFAD42D) is known color: Golden Dream. HEX triplet: FA, D4 and 2D. RGB value is (250,212,45). Sum of RGB (Red+Green+Blue) = 250+212+45=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD42D is #052BD2. Grayscale: #CDCDCD. Windows color (decimal): -338899 or 3003642. OLE color: 3003642.
HSL color Cylindrical-coordinate representation of color #FAD42D: hue angle of 48.88º 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 #FAD42D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.02 |
| HSL | 48.88º | 0.95% | 0.58% | - |
| HSV(B) | 48.88º | 0.82% | 0.98% | - |
| XYZ | 63.44 | 67.6 | 12.19 | - |
| YUV | 204.32 | 38.09 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 45 | 0 | 0.15 | 0.82 | 0.02 | 48.88 | 0.95 | 0.58 |
| Hex | FA | D4 | 2D | 0 | F | 52 | 2 | 31 | 5F | 3A |
| Octal | 372 | 324 | 55 | 0 | 17 | 122 | 2 | 61 | 137 | 72 |
| Binary | 11111010 | 11010100 | 101101 | 0 | 1111 | 1010010 | 10 | 110001 | 1011111 | 111010 |
Color Harmonies of #FAD42D
Complementary color
Monochromatic Colors of #FAD42D
Black with #FAD42D
Text Example
Text Example
White with #FAD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD42D; }
p { color: rgb(250,212,45); }
H1.HeaderClassName
{
color: #FAD42D;
}
.AnyTagClassName
{
color: #FAD42D;
}
</style>
background-color css
<style>
a { background-color: #FAD42D; }
a { background-color: rgb(250,212,45); }
div.DivClassName
{
background-color: #FAD42D;
}
.BgClassName
{
background-color: #FAD42D;
}
</style>
border-color css
<style>
span { border-color: #FAD42D; }
span { border-color: rgb(250,212,45); }
td.TdClassName
{
border-color: #FAD42D;
}
.TagClassName
{
border-color: #FAD42D;
}
</style>