Shades of Golden Dream #F4CB2E
Tints of Golden Dream #F4CB2E
RGB
CMYK
RGB Variations
Color information
#F4CB2E (or 0xF4CB2E) is known color: Golden Dream. HEX triplet: F4, CB and 2E. RGB value is (244,203,46). Sum of RGB (Red+Green+Blue) = 244+203+46=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CB2E is #0B34D1. Grayscale: #C6C6C6. Windows color (decimal): -734418 or 3066868. OLE color: 3066868.
HSL color Cylindrical-coordinate representation of color #F4CB2E: hue angle of 47.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4CB2E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 46 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.04 |
| HSL | 47.58º | 0.9% | 0.57% | - |
| HSV(B) | 47.58º | 0.81% | 0.96% | - |
| XYZ | 59.16 | 62.14 | 11.46 | - |
| YUV | 197.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 46 | 0 | 0.17 | 0.81 | 0.04 | 47.58 | 0.9 | 0.57 |
| Hex | F4 | CB | 2E | 0 | 11 | 51 | 4 | 30 | 5A | 39 |
| Octal | 364 | 313 | 56 | 0 | 21 | 121 | 4 | 60 | 132 | 71 |
| Binary | 11110100 | 11001011 | 101110 | 0 | 10001 | 1010001 | 100 | 110000 | 1011010 | 111001 |
Color Harmonies of #F4CB2E
Complementary color
Monochromatic Colors of #F4CB2E
Black with #F4CB2E
Text Example
Text Example
White with #F4CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB2E; }
p { color: rgb(244,203,46); }
H1.HeaderClassName
{
color: #F4CB2E;
}
.AnyTagClassName
{
color: #F4CB2E;
}
</style>
background-color css
<style>
a { background-color: #F4CB2E; }
a { background-color: rgb(244,203,46); }
div.DivClassName
{
background-color: #F4CB2E;
}
.BgClassName
{
background-color: #F4CB2E;
}
</style>
border-color css
<style>
span { border-color: #F4CB2E; }
span { border-color: rgb(244,203,46); }
td.TdClassName
{
border-color: #F4CB2E;
}
.TagClassName
{
border-color: #F4CB2E;
}
</style>