Shades of Golden Dream #F0D02B
Tints of Golden Dream #F0D02B
RGB
CMYK
RGB Variations
Color information
#F0D02B (or 0xF0D02B) is known color: Golden Dream. HEX triplet: F0, D0 and 2B. RGB value is (240,208,43). Sum of RGB (Red+Green+Blue) = 240+208+43=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D02B is #0F2FD4. Grayscale: #C7C7C7. Windows color (decimal): -995285 or 2871536. OLE color: 2871536.
HSL color Cylindrical-coordinate representation of color #F0D02B: hue angle of 50.25º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0D02B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 43 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.06 |
| HSL | 50.25º | 0.87% | 0.55% | - |
| HSV(B) | 50.25º | 0.82% | 0.94% | - |
| XYZ | 58.93 | 63.81 | 11.5 | - |
| YUV | 198.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 43 | 0 | 0.13 | 0.82 | 0.06 | 50.25 | 0.87 | 0.55 |
| Hex | F0 | D0 | 2B | 0 | D | 52 | 6 | 32 | 57 | 37 |
| Octal | 360 | 320 | 53 | 0 | 15 | 122 | 6 | 62 | 127 | 67 |
| Binary | 11110000 | 11010000 | 101011 | 0 | 1101 | 1010010 | 110 | 110010 | 1010111 | 110111 |
Color Harmonies of #F0D02B
Complementary color
Monochromatic Colors of #F0D02B
Black with #F0D02B
Text Example
Text Example
White with #F0D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D02B; }
p { color: rgb(240,208,43); }
H1.HeaderClassName
{
color: #F0D02B;
}
.AnyTagClassName
{
color: #F0D02B;
}
</style>
background-color css
<style>
a { background-color: #F0D02B; }
a { background-color: rgb(240,208,43); }
div.DivClassName
{
background-color: #F0D02B;
}
.BgClassName
{
background-color: #F0D02B;
}
</style>
border-color css
<style>
span { border-color: #F0D02B; }
span { border-color: rgb(240,208,43); }
td.TdClassName
{
border-color: #F0D02B;
}
.TagClassName
{
border-color: #F0D02B;
}
</style>