Shades of Golden Dream #F8CE2E
Tints of Golden Dream #F8CE2E
RGB
CMYK
RGB Variations
Color information
#F8CE2E (or 0xF8CE2E) is known color: Golden Dream. HEX triplet: F8, CE and 2E. RGB value is (248,206,46). Sum of RGB (Red+Green+Blue) = 248+206+46=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE2E is #0731D1. Grayscale: #C9C9C9. Windows color (decimal): -471506 or 3067640. OLE color: 3067640.
HSL color Cylindrical-coordinate representation of color #F8CE2E: hue angle of 47.52º 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 #F8CE2E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 46 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.03 |
| HSL | 47.52º | 0.94% | 0.58% | - |
| HSV(B) | 47.52º | 0.81% | 0.97% | - |
| XYZ | 61.28 | 64.3 | 11.77 | - |
| YUV | 200.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 46 | 0 | 0.17 | 0.81 | 0.03 | 47.52 | 0.94 | 0.58 |
| Hex | F8 | CE | 2E | 0 | 11 | 51 | 3 | 30 | 5E | 3A |
| Octal | 370 | 316 | 56 | 0 | 21 | 121 | 3 | 60 | 136 | 72 |
| Binary | 11111000 | 11001110 | 101110 | 0 | 10001 | 1010001 | 11 | 110000 | 1011110 | 111010 |
Color Harmonies of #F8CE2E
Complementary color
Monochromatic Colors of #F8CE2E
Black with #F8CE2E
Text Example
Text Example
White with #F8CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE2E; }
p { color: rgb(248,206,46); }
H1.HeaderClassName
{
color: #F8CE2E;
}
.AnyTagClassName
{
color: #F8CE2E;
}
</style>
background-color css
<style>
a { background-color: #F8CE2E; }
a { background-color: rgb(248,206,46); }
div.DivClassName
{
background-color: #F8CE2E;
}
.BgClassName
{
background-color: #F8CE2E;
}
</style>
border-color css
<style>
span { border-color: #F8CE2E; }
span { border-color: rgb(248,206,46); }
td.TdClassName
{
border-color: #F8CE2E;
}
.TagClassName
{
border-color: #F8CE2E;
}
</style>