Shades of Golden Dream #F2CC2B
Tints of Golden Dream #F2CC2B
RGB
CMYK
RGB Variations
Color information
#F2CC2B (or 0xF2CC2B) is known color: Golden Dream. HEX triplet: F2, CC and 2B. RGB value is (242,204,43). Sum of RGB (Red+Green+Blue) = 242+204+43=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC2B is #0D33D4. Grayscale: #C5C5C5. Windows color (decimal): -865237 or 2870514. OLE color: 2870514.
HSL color Cylindrical-coordinate representation of color #F2CC2B: hue angle of 48.54º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2CC2B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.05 |
| HSL | 48.54º | 0.88% | 0.56% | - |
| HSV(B) | 48.54º | 0.82% | 0.95% | - |
| XYZ | 58.65 | 62.24 | 11.21 | - |
| YUV | 197.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 43 | 0 | 0.16 | 0.82 | 0.05 | 48.54 | 0.88 | 0.56 |
| Hex | F2 | CC | 2B | 0 | 10 | 52 | 5 | 31 | 58 | 38 |
| Octal | 362 | 314 | 53 | 0 | 20 | 122 | 5 | 61 | 130 | 70 |
| Binary | 11110010 | 11001100 | 101011 | 0 | 10000 | 1010010 | 101 | 110001 | 1011000 | 111000 |
Color Harmonies of #F2CC2B
Complementary color
Monochromatic Colors of #F2CC2B
Black with #F2CC2B
Text Example
Text Example
White with #F2CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC2B; }
p { color: rgb(242,204,43); }
H1.HeaderClassName
{
color: #F2CC2B;
}
.AnyTagClassName
{
color: #F2CC2B;
}
</style>
background-color css
<style>
a { background-color: #F2CC2B; }
a { background-color: rgb(242,204,43); }
div.DivClassName
{
background-color: #F2CC2B;
}
.BgClassName
{
background-color: #F2CC2B;
}
</style>
border-color css
<style>
span { border-color: #F2CC2B; }
span { border-color: rgb(242,204,43); }
td.TdClassName
{
border-color: #F2CC2B;
}
.TagClassName
{
border-color: #F2CC2B;
}
</style>