Shades of Golden Dream #F8CF2D
Tints of Golden Dream #F8CF2D
RGB
CMYK
RGB Variations
Color information
#F8CF2D (or 0xF8CF2D) is known color: Golden Dream. HEX triplet: F8, CF and 2D. RGB value is (248,207,45). Sum of RGB (Red+Green+Blue) = 248+207+45=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CF2D is #0730D2. Grayscale: #C9C9C9. Windows color (decimal): -471251 or 3002360. OLE color: 3002360.
HSL color Cylindrical-coordinate representation of color #F8CF2D: hue angle of 47.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8CF2D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.03 |
| HSL | 47.88º | 0.94% | 0.57% | - |
| HSV(B) | 47.88º | 0.82% | 0.97% | - |
| XYZ | 61.5 | 64.77 | 11.74 | - |
| YUV | 200.79 | 40.08 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 45 | 0 | 0.17 | 0.82 | 0.03 | 47.88 | 0.94 | 0.57 |
| Hex | F8 | CF | 2D | 0 | 11 | 52 | 3 | 30 | 5E | 39 |
| Octal | 370 | 317 | 55 | 0 | 21 | 122 | 3 | 60 | 136 | 71 |
| Binary | 11111000 | 11001111 | 101101 | 0 | 10001 | 1010010 | 11 | 110000 | 1011110 | 111001 |
Color Harmonies of #F8CF2D
Complementary color
Monochromatic Colors of #F8CF2D
Black with #F8CF2D
Text Example
Text Example
White with #F8CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF2D; }
p { color: rgb(248,207,45); }
H1.HeaderClassName
{
color: #F8CF2D;
}
.AnyTagClassName
{
color: #F8CF2D;
}
</style>
background-color css
<style>
a { background-color: #F8CF2D; }
a { background-color: rgb(248,207,45); }
div.DivClassName
{
background-color: #F8CF2D;
}
.BgClassName
{
background-color: #F8CF2D;
}
</style>
border-color css
<style>
span { border-color: #F8CF2D; }
span { border-color: rgb(248,207,45); }
td.TdClassName
{
border-color: #F8CF2D;
}
.TagClassName
{
border-color: #F8CF2D;
}
</style>