Shades of Golden Dream #F8CF2A
Tints of Golden Dream #F8CF2A
RGB
CMYK
RGB Variations
Color information
#F8CF2A (or 0xF8CF2A) is known color: Golden Dream. HEX triplet: F8, CF and 2A. RGB value is (248,207,42). Sum of RGB (Red+Green+Blue) = 248+207+42=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CF2A is #0730D5. Grayscale: #C9C9C9. Windows color (decimal): -471254 or 2805752. OLE color: 2805752.
HSL color Cylindrical-coordinate representation of color #F8CF2A: hue angle of 48.06º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8CF2A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 42 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.03 |
| HSL | 48.06º | 0.94% | 0.57% | - |
| HSV(B) | 48.06º | 0.83% | 0.97% | - |
| XYZ | 61.44 | 64.75 | 11.45 | - |
| YUV | 200.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 42 | 0 | 0.17 | 0.83 | 0.03 | 48.06 | 0.94 | 0.57 |
| Hex | F8 | CF | 2A | 0 | 11 | 53 | 3 | 30 | 5E | 39 |
| Octal | 370 | 317 | 52 | 0 | 21 | 123 | 3 | 60 | 136 | 71 |
| Binary | 11111000 | 11001111 | 101010 | 0 | 10001 | 1010011 | 11 | 110000 | 1011110 | 111001 |
Color Harmonies of #F8CF2A
Complementary color
Monochromatic Colors of #F8CF2A
Black with #F8CF2A
Text Example
Text Example
White with #F8CF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF2A; }
p { color: rgb(248,207,42); }
H1.HeaderClassName
{
color: #F8CF2A;
}
.AnyTagClassName
{
color: #F8CF2A;
}
</style>
background-color css
<style>
a { background-color: #F8CF2A; }
a { background-color: rgb(248,207,42); }
div.DivClassName
{
background-color: #F8CF2A;
}
.BgClassName
{
background-color: #F8CF2A;
}
</style>
border-color css
<style>
span { border-color: #F8CF2A; }
span { border-color: rgb(248,207,42); }
td.TdClassName
{
border-color: #F8CF2A;
}
.TagClassName
{
border-color: #F8CF2A;
}
</style>