Shades of Golden Dream #F2CE38
Tints of Golden Dream #F2CE38
RGB
CMYK
RGB Variations
Color information
#F2CE38 (or 0xF2CE38) is known color: Golden Dream. HEX triplet: F2, CE and 38. RGB value is (242,206,56). Sum of RGB (Red+Green+Blue) = 242+206+56=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE38 is #0D31C7. Grayscale: #C8C8C8. Windows color (decimal): -864712 or 3722994. OLE color: 3722994.
HSL color Cylindrical-coordinate representation of color #F2CE38: hue angle of 48.39º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2CE38 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 56 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.05 |
| HSL | 48.39º | 0.88% | 0.58% | - |
| HSV(B) | 48.39º | 0.77% | 0.95% | - |
| XYZ | 59.4 | 63.31 | 12.83 | - |
| YUV | 199.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 56 | 0 | 0.15 | 0.77 | 0.05 | 48.39 | 0.88 | 0.58 |
| Hex | F2 | CE | 38 | 0 | F | 4D | 5 | 30 | 58 | 3A |
| Octal | 362 | 316 | 70 | 0 | 17 | 115 | 5 | 60 | 130 | 72 |
| Binary | 11110010 | 11001110 | 111000 | 0 | 1111 | 1001101 | 101 | 110000 | 1011000 | 111010 |
Color Harmonies of #F2CE38
Complementary color
Monochromatic Colors of #F2CE38
Black with #F2CE38
Text Example
Text Example
White with #F2CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE38; }
p { color: rgb(242,206,56); }
H1.HeaderClassName
{
color: #F2CE38;
}
.AnyTagClassName
{
color: #F2CE38;
}
</style>
background-color css
<style>
a { background-color: #F2CE38; }
a { background-color: rgb(242,206,56); }
div.DivClassName
{
background-color: #F2CE38;
}
.BgClassName
{
background-color: #F2CE38;
}
</style>
border-color css
<style>
span { border-color: #F2CE38; }
span { border-color: rgb(242,206,56); }
td.TdClassName
{
border-color: #F2CE38;
}
.TagClassName
{
border-color: #F2CE38;
}
</style>