Shades of Golden Dream #F2D433
Tints of Golden Dream #F2D433
RGB
CMYK
RGB Variations
Color information
#F2D433 (or 0xF2D433) is known color: Golden Dream. HEX triplet: F2, D4 and 33. RGB value is (242,212,51). Sum of RGB (Red+Green+Blue) = 242+212+51=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D433 is #0D2BCC. Grayscale: #CBCBCB. Windows color (decimal): -863181 or 3396850. OLE color: 3396850.
HSL color Cylindrical-coordinate representation of color #F2D433: hue angle of 50.58º 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 #F2D433 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 51 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.05 |
| HSL | 50.58º | 0.88% | 0.57% | - |
| HSV(B) | 50.58º | 0.79% | 0.95% | - |
| XYZ | 60.76 | 66.2 | 12.71 | - |
| YUV | 202.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 51 | 0 | 0.12 | 0.79 | 0.05 | 50.58 | 0.88 | 0.57 |
| Hex | F2 | D4 | 33 | 0 | C | 4F | 5 | 33 | 58 | 39 |
| Octal | 362 | 324 | 63 | 0 | 14 | 117 | 5 | 63 | 130 | 71 |
| Binary | 11110010 | 11010100 | 110011 | 0 | 1100 | 1001111 | 101 | 110011 | 1011000 | 111001 |
Color Harmonies of #F2D433
Complementary color
Monochromatic Colors of #F2D433
Black with #F2D433
Text Example
Text Example
White with #F2D433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D433; }
p { color: rgb(242,212,51); }
H1.HeaderClassName
{
color: #F2D433;
}
.AnyTagClassName
{
color: #F2D433;
}
</style>
background-color css
<style>
a { background-color: #F2D433; }
a { background-color: rgb(242,212,51); }
div.DivClassName
{
background-color: #F2D433;
}
.BgClassName
{
background-color: #F2D433;
}
</style>
border-color css
<style>
span { border-color: #F2D433; }
span { border-color: rgb(242,212,51); }
td.TdClassName
{
border-color: #F2D433;
}
.TagClassName
{
border-color: #F2D433;
}
</style>