Shades of Golden Dream #F2CF27
Tints of Golden Dream #F2CF27
RGB
CMYK
RGB Variations
Color information
#F2CF27 (or 0xF2CF27) is known color: Golden Dream. HEX triplet: F2, CF and 27. RGB value is (242,207,39). Sum of RGB (Red+Green+Blue) = 242+207+39=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CF27 is #0D30D8. Grayscale: #C7C7C7. Windows color (decimal): -864473 or 2609138. OLE color: 2609138.
HSL color Cylindrical-coordinate representation of color #F2CF27: hue angle of 49.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2CF27 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 39 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.05 |
| HSL | 49.66º | 0.89% | 0.55% | - |
| HSV(B) | 49.66º | 0.84% | 0.95% | - |
| XYZ | 59.3 | 63.65 | 11.08 | - |
| YUV | 198.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 39 | 0 | 0.14 | 0.84 | 0.05 | 49.66 | 0.89 | 0.55 |
| Hex | F2 | CF | 27 | 0 | E | 54 | 5 | 32 | 59 | 37 |
| Octal | 362 | 317 | 47 | 0 | 16 | 124 | 5 | 62 | 131 | 67 |
| Binary | 11110010 | 11001111 | 100111 | 0 | 1110 | 1010100 | 101 | 110010 | 1011001 | 110111 |
Color Harmonies of #F2CF27
Complementary color
Monochromatic Colors of #F2CF27
Black with #F2CF27
Text Example
Text Example
White with #F2CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF27; }
p { color: rgb(242,207,39); }
H1.HeaderClassName
{
color: #F2CF27;
}
.AnyTagClassName
{
color: #F2CF27;
}
</style>
background-color css
<style>
a { background-color: #F2CF27; }
a { background-color: rgb(242,207,39); }
div.DivClassName
{
background-color: #F2CF27;
}
.BgClassName
{
background-color: #F2CF27;
}
</style>
border-color css
<style>
span { border-color: #F2CF27; }
span { border-color: rgb(242,207,39); }
td.TdClassName
{
border-color: #F2CF27;
}
.TagClassName
{
border-color: #F2CF27;
}
</style>