Shades of Golden Dream #F9D72B
Tints of Golden Dream #F9D72B
RGB
CMYK
RGB Variations
Color information
#F9D72B (or 0xF9D72B) is known color: Golden Dream. HEX triplet: F9, D7 and 2B. RGB value is (249,215,43). Sum of RGB (Red+Green+Blue) = 249+215+43=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D72B is #0628D4. Grayscale: #CECECE. Windows color (decimal): -403669 or 2873337. OLE color: 2873337.
HSL color Cylindrical-coordinate representation of color #F9D72B: hue angle of 50.1º degrees, saturation: 0.94, 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 #F9D72B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 43 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.02 |
| HSL | 50.1º | 0.94% | 0.57% | - |
| HSV(B) | 50.1º | 0.83% | 0.98% | - |
| XYZ | 63.8 | 68.92 | 12.22 | - |
| YUV | 205.56 | 36.26 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 43 | 0 | 0.14 | 0.83 | 0.02 | 50.1 | 0.94 | 0.57 |
| Hex | F9 | D7 | 2B | 0 | E | 53 | 2 | 32 | 5E | 39 |
| Octal | 371 | 327 | 53 | 0 | 16 | 123 | 2 | 62 | 136 | 71 |
| Binary | 11111001 | 11010111 | 101011 | 0 | 1110 | 1010011 | 10 | 110010 | 1011110 | 111001 |
Color Harmonies of #F9D72B
Complementary color
Monochromatic Colors of #F9D72B
Black with #F9D72B
Text Example
Text Example
White with #F9D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D72B; }
p { color: rgb(249,215,43); }
H1.HeaderClassName
{
color: #F9D72B;
}
.AnyTagClassName
{
color: #F9D72B;
}
</style>
background-color css
<style>
a { background-color: #F9D72B; }
a { background-color: rgb(249,215,43); }
div.DivClassName
{
background-color: #F9D72B;
}
.BgClassName
{
background-color: #F9D72B;
}
</style>
border-color css
<style>
span { border-color: #F9D72B; }
span { border-color: rgb(249,215,43); }
td.TdClassName
{
border-color: #F9D72B;
}
.TagClassName
{
border-color: #F9D72B;
}
</style>