Shades of Golden Dream #F0CC2A
Tints of Golden Dream #F0CC2A
RGB
CMYK
RGB Variations
Color information
#F0CC2A (or 0xF0CC2A) is known color: Golden Dream. HEX triplet: F0, CC and 2A. RGB value is (240,204,42). Sum of RGB (Red+Green+Blue) = 240+204+42=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC2A is #0F33D5. Grayscale: #C4C4C4. Windows color (decimal): -996310 or 2804976. OLE color: 2804976.
HSL color Cylindrical-coordinate representation of color #F0CC2A: hue angle of 49.09º 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 #F0CC2A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 42 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.06 |
| HSL | 49.09º | 0.87% | 0.55% | - |
| HSV(B) | 49.09º | 0.83% | 0.94% | - |
| XYZ | 57.95 | 61.88 | 11.08 | - |
| YUV | 196.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 42 | 0 | 0.15 | 0.82 | 0.06 | 49.09 | 0.87 | 0.55 |
| Hex | F0 | CC | 2A | 0 | F | 52 | 6 | 31 | 57 | 37 |
| Octal | 360 | 314 | 52 | 0 | 17 | 122 | 6 | 61 | 127 | 67 |
| Binary | 11110000 | 11001100 | 101010 | 0 | 1111 | 1010010 | 110 | 110001 | 1010111 | 110111 |
Color Harmonies of #F0CC2A
Complementary color
Monochromatic Colors of #F0CC2A
Black with #F0CC2A
Text Example
Text Example
White with #F0CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC2A; }
p { color: rgb(240,204,42); }
H1.HeaderClassName
{
color: #F0CC2A;
}
.AnyTagClassName
{
color: #F0CC2A;
}
</style>
background-color css
<style>
a { background-color: #F0CC2A; }
a { background-color: rgb(240,204,42); }
div.DivClassName
{
background-color: #F0CC2A;
}
.BgClassName
{
background-color: #F0CC2A;
}
</style>
border-color css
<style>
span { border-color: #F0CC2A; }
span { border-color: rgb(240,204,42); }
td.TdClassName
{
border-color: #F0CC2A;
}
.TagClassName
{
border-color: #F0CC2A;
}
</style>