Shades of Golden Dream #F9D42E
Tints of Golden Dream #F9D42E
RGB
CMYK
RGB Variations
Color information
#F9D42E (or 0xF9D42E) is known color: Golden Dream. HEX triplet: F9, D4 and 2E. RGB value is (249,212,46). Sum of RGB (Red+Green+Blue) = 249+212+46=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D42E is #062BD1. Grayscale: #CCCCCC. Windows color (decimal): -404434 or 3069177. OLE color: 3069177.
HSL color Cylindrical-coordinate representation of color #F9D42E: hue angle of 49.06º degrees, saturation: 0.94, 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 #F9D42E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 46 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.02 |
| HSL | 49.06º | 0.94% | 0.58% | - |
| HSV(B) | 49.06º | 0.82% | 0.98% | - |
| XYZ | 63.1 | 67.42 | 12.27 | - |
| YUV | 204.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 46 | 0 | 0.15 | 0.82 | 0.02 | 49.06 | 0.94 | 0.58 |
| Hex | F9 | D4 | 2E | 0 | F | 52 | 2 | 31 | 5E | 3A |
| Octal | 371 | 324 | 56 | 0 | 17 | 122 | 2 | 61 | 136 | 72 |
| Binary | 11111001 | 11010100 | 101110 | 0 | 1111 | 1010010 | 10 | 110001 | 1011110 | 111010 |
Color Harmonies of #F9D42E
Complementary color
Monochromatic Colors of #F9D42E
Black with #F9D42E
Text Example
Text Example
White with #F9D42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D42E; }
p { color: rgb(249,212,46); }
H1.HeaderClassName
{
color: #F9D42E;
}
.AnyTagClassName
{
color: #F9D42E;
}
</style>
background-color css
<style>
a { background-color: #F9D42E; }
a { background-color: rgb(249,212,46); }
div.DivClassName
{
background-color: #F9D42E;
}
.BgClassName
{
background-color: #F9D42E;
}
</style>
border-color css
<style>
span { border-color: #F9D42E; }
span { border-color: rgb(249,212,46); }
td.TdClassName
{
border-color: #F9D42E;
}
.TagClassName
{
border-color: #F9D42E;
}
</style>