Shades of Golden Dream #F8CE2F
Tints of Golden Dream #F8CE2F
RGB
CMYK
RGB Variations
Color information
#F8CE2F (or 0xF8CE2F) is known color: Golden Dream. HEX triplet: F8, CE and 2F. RGB value is (248,206,47). Sum of RGB (Red+Green+Blue) = 248+206+47=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE2F is #0731D0. Grayscale: #C9C9C9. Windows color (decimal): -471505 or 3133176. OLE color: 3133176.
HSL color Cylindrical-coordinate representation of color #F8CE2F: hue angle of 47.46º degrees, saturation: 0.93, 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 #F8CE2F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 47 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.03 |
| HSL | 47.46º | 0.93% | 0.58% | - |
| HSV(B) | 47.46º | 0.81% | 0.97% | - |
| XYZ | 61.3 | 64.3 | 11.87 | - |
| YUV | 200.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 47 | 0 | 0.17 | 0.81 | 0.03 | 47.46 | 0.93 | 0.58 |
| Hex | F8 | CE | 2F | 0 | 11 | 51 | 3 | 2F | 5D | 3A |
| Octal | 370 | 316 | 57 | 0 | 21 | 121 | 3 | 57 | 135 | 72 |
| Binary | 11111000 | 11001110 | 101111 | 0 | 10001 | 1010001 | 11 | 101111 | 1011101 | 111010 |
Color Harmonies of #F8CE2F
Complementary color
Monochromatic Colors of #F8CE2F
Black with #F8CE2F
Text Example
Text Example
White with #F8CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE2F; }
p { color: rgb(248,206,47); }
H1.HeaderClassName
{
color: #F8CE2F;
}
.AnyTagClassName
{
color: #F8CE2F;
}
</style>
background-color css
<style>
a { background-color: #F8CE2F; }
a { background-color: rgb(248,206,47); }
div.DivClassName
{
background-color: #F8CE2F;
}
.BgClassName
{
background-color: #F8CE2F;
}
</style>
border-color css
<style>
span { border-color: #F8CE2F; }
span { border-color: rgb(248,206,47); }
td.TdClassName
{
border-color: #F8CE2F;
}
.TagClassName
{
border-color: #F8CE2F;
}
</style>