Shades of Golden Dream #F4D42A
Tints of Golden Dream #F4D42A
RGB
CMYK
RGB Variations
Color information
#F4D42A (or 0xF4D42A) is known color: Golden Dream. HEX triplet: F4, D4 and 2A. RGB value is (244,212,42). Sum of RGB (Red+Green+Blue) = 244+212+42=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D42A is #0B2BD5. Grayscale: #CACACA. Windows color (decimal): -732118 or 2807028. OLE color: 2807028.
HSL color Cylindrical-coordinate representation of color #F4D42A: hue angle of 50.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4D42A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 42 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.04 |
| HSL | 50.5º | 0.9% | 0.56% | - |
| HSV(B) | 50.5º | 0.83% | 0.96% | - |
| XYZ | 61.27 | 66.49 | 11.79 | - |
| YUV | 202.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 42 | 0 | 0.13 | 0.83 | 0.04 | 50.5 | 0.9 | 0.56 |
| Hex | F4 | D4 | 2A | 0 | D | 53 | 4 | 32 | 5A | 38 |
| Octal | 364 | 324 | 52 | 0 | 15 | 123 | 4 | 62 | 132 | 70 |
| Binary | 11110100 | 11010100 | 101010 | 0 | 1101 | 1010011 | 100 | 110010 | 1011010 | 111000 |
Color Harmonies of #F4D42A
Complementary color
Monochromatic Colors of #F4D42A
Black with #F4D42A
Text Example
Text Example
White with #F4D42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D42A; }
p { color: rgb(244,212,42); }
H1.HeaderClassName
{
color: #F4D42A;
}
.AnyTagClassName
{
color: #F4D42A;
}
</style>
background-color css
<style>
a { background-color: #F4D42A; }
a { background-color: rgb(244,212,42); }
div.DivClassName
{
background-color: #F4D42A;
}
.BgClassName
{
background-color: #F4D42A;
}
</style>
border-color css
<style>
span { border-color: #F4D42A; }
span { border-color: rgb(244,212,42); }
td.TdClassName
{
border-color: #F4D42A;
}
.TagClassName
{
border-color: #F4D42A;
}
</style>