Shades of Golden Dream #F4C92B
Tints of Golden Dream #F4C92B
RGB
CMYK
RGB Variations
Color information
#F4C92B (or 0xF4C92B) is known color: Golden Dream. HEX triplet: F4, C9 and 2B. RGB value is (244,201,43). Sum of RGB (Red+Green+Blue) = 244+201+43=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C92B is #0B36D4. Grayscale: #C4C4C4. Windows color (decimal): -734933 or 2869748. OLE color: 2869748.
HSL color Cylindrical-coordinate representation of color #F4C92B: hue angle of 47.16º 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 #F4C92B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.04 |
| HSL | 47.16º | 0.9% | 0.56% | - |
| HSV(B) | 47.16º | 0.82% | 0.96% | - |
| XYZ | 58.63 | 61.18 | 11 | - |
| YUV | 195.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 43 | 0 | 0.18 | 0.82 | 0.04 | 47.16 | 0.9 | 0.56 |
| Hex | F4 | C9 | 2B | 0 | 12 | 52 | 4 | 2F | 5A | 38 |
| Octal | 364 | 311 | 53 | 0 | 22 | 122 | 4 | 57 | 132 | 70 |
| Binary | 11110100 | 11001001 | 101011 | 0 | 10010 | 1010010 | 100 | 101111 | 1011010 | 111000 |
Color Harmonies of #F4C92B
Complementary color
Monochromatic Colors of #F4C92B
Black with #F4C92B
Text Example
Text Example
White with #F4C92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C92B; }
p { color: rgb(244,201,43); }
H1.HeaderClassName
{
color: #F4C92B;
}
.AnyTagClassName
{
color: #F4C92B;
}
</style>
background-color css
<style>
a { background-color: #F4C92B; }
a { background-color: rgb(244,201,43); }
div.DivClassName
{
background-color: #F4C92B;
}
.BgClassName
{
background-color: #F4C92B;
}
</style>
border-color css
<style>
span { border-color: #F4C92B; }
span { border-color: rgb(244,201,43); }
td.TdClassName
{
border-color: #F4C92B;
}
.TagClassName
{
border-color: #F4C92B;
}
</style>