Shades of Golden Dream #F8CC2E
Tints of Golden Dream #F8CC2E
RGB
CMYK
RGB Variations
Color information
#F8CC2E (or 0xF8CC2E) is known color: Golden Dream. HEX triplet: F8, CC and 2E. RGB value is (248,204,46). Sum of RGB (Red+Green+Blue) = 248+204+46=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC2E is #0733D1. Grayscale: #C7C7C7. Windows color (decimal): -472018 or 3067128. OLE color: 3067128.
HSL color Cylindrical-coordinate representation of color #F8CC2E: hue angle of 46.93º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8CC2E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.03 |
| HSL | 46.93º | 0.94% | 0.58% | - |
| HSV(B) | 46.93º | 0.81% | 0.97% | - |
| XYZ | 60.8 | 63.34 | 11.61 | - |
| YUV | 199.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 46 | 0 | 0.18 | 0.81 | 0.03 | 46.93 | 0.94 | 0.58 |
| Hex | F8 | CC | 2E | 0 | 12 | 51 | 3 | 2F | 5E | 3A |
| Octal | 370 | 314 | 56 | 0 | 22 | 121 | 3 | 57 | 136 | 72 |
| Binary | 11111000 | 11001100 | 101110 | 0 | 10010 | 1010001 | 11 | 101111 | 1011110 | 111010 |
Color Harmonies of #F8CC2E
Complementary color
Monochromatic Colors of #F8CC2E
Black with #F8CC2E
Text Example
Text Example
White with #F8CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC2E; }
p { color: rgb(248,204,46); }
H1.HeaderClassName
{
color: #F8CC2E;
}
.AnyTagClassName
{
color: #F8CC2E;
}
</style>
background-color css
<style>
a { background-color: #F8CC2E; }
a { background-color: rgb(248,204,46); }
div.DivClassName
{
background-color: #F8CC2E;
}
.BgClassName
{
background-color: #F8CC2E;
}
</style>
border-color css
<style>
span { border-color: #F8CC2E; }
span { border-color: rgb(248,204,46); }
td.TdClassName
{
border-color: #F8CC2E;
}
.TagClassName
{
border-color: #F8CC2E;
}
</style>