Shades of Golden Dream #F2CC33
Tints of Golden Dream #F2CC33
RGB
CMYK
RGB Variations
Color information
#F2CC33 (or 0xF2CC33) is known color: Golden Dream. HEX triplet: F2, CC and 33. RGB value is (242,204,51). Sum of RGB (Red+Green+Blue) = 242+204+51=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC33 is #0D33CC. Grayscale: #C6C6C6. Windows color (decimal): -865229 or 3394802. OLE color: 3394802.
HSL color Cylindrical-coordinate representation of color #F2CC33: hue angle of 48.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2CC33 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 51 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.05 |
| HSL | 48.06º | 0.88% | 0.57% | - |
| HSV(B) | 48.06º | 0.79% | 0.95% | - |
| XYZ | 58.81 | 62.3 | 12.06 | - |
| YUV | 197.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 51 | 0 | 0.16 | 0.79 | 0.05 | 48.06 | 0.88 | 0.57 |
| Hex | F2 | CC | 33 | 0 | 10 | 4F | 5 | 30 | 58 | 39 |
| Octal | 362 | 314 | 63 | 0 | 20 | 117 | 5 | 60 | 130 | 71 |
| Binary | 11110010 | 11001100 | 110011 | 0 | 10000 | 1001111 | 101 | 110000 | 1011000 | 111001 |
Color Harmonies of #F2CC33
Complementary color
Monochromatic Colors of #F2CC33
Black with #F2CC33
Text Example
Text Example
White with #F2CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC33; }
p { color: rgb(242,204,51); }
H1.HeaderClassName
{
color: #F2CC33;
}
.AnyTagClassName
{
color: #F2CC33;
}
</style>
background-color css
<style>
a { background-color: #F2CC33; }
a { background-color: rgb(242,204,51); }
div.DivClassName
{
background-color: #F2CC33;
}
.BgClassName
{
background-color: #F2CC33;
}
</style>
border-color css
<style>
span { border-color: #F2CC33; }
span { border-color: rgb(242,204,51); }
td.TdClassName
{
border-color: #F2CC33;
}
.TagClassName
{
border-color: #F2CC33;
}
</style>