Shades of Golden Dream #F4D42B
Tints of Golden Dream #F4D42B
RGB
CMYK
RGB Variations
Color information
#F4D42B (or 0xF4D42B) is known color: Golden Dream. HEX triplet: F4, D4 and 2B. RGB value is (244,212,43). Sum of RGB (Red+Green+Blue) = 244+212+43=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D42B is #0B2BD4. Grayscale: #CBCBCB. Windows color (decimal): -732117 or 2872564. OLE color: 2872564.
HSL color Cylindrical-coordinate representation of color #F4D42B: hue angle of 50.45º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4D42B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 43 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.04 |
| HSL | 50.45º | 0.9% | 0.56% | - |
| HSV(B) | 50.45º | 0.82% | 0.96% | - |
| XYZ | 61.29 | 66.49 | 11.89 | - |
| YUV | 202.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 43 | 0 | 0.13 | 0.82 | 0.04 | 50.45 | 0.9 | 0.56 |
| Hex | F4 | D4 | 2B | 0 | D | 52 | 4 | 32 | 5A | 38 |
| Octal | 364 | 324 | 53 | 0 | 15 | 122 | 4 | 62 | 132 | 70 |
| Binary | 11110100 | 11010100 | 101011 | 0 | 1101 | 1010010 | 100 | 110010 | 1011010 | 111000 |
Color Harmonies of #F4D42B
Complementary color
Monochromatic Colors of #F4D42B
Black with #F4D42B
Text Example
Text Example
White with #F4D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D42B; }
p { color: rgb(244,212,43); }
H1.HeaderClassName
{
color: #F4D42B;
}
.AnyTagClassName
{
color: #F4D42B;
}
</style>
background-color css
<style>
a { background-color: #F4D42B; }
a { background-color: rgb(244,212,43); }
div.DivClassName
{
background-color: #F4D42B;
}
.BgClassName
{
background-color: #F4D42B;
}
</style>
border-color css
<style>
span { border-color: #F4D42B; }
span { border-color: rgb(244,212,43); }
td.TdClassName
{
border-color: #F4D42B;
}
.TagClassName
{
border-color: #F4D42B;
}
</style>