Shades of Golden Dream #F8D22C
Tints of Golden Dream #F8D22C
RGB
CMYK
RGB Variations
Color information
#F8D22C (or 0xF8D22C) is known color: Golden Dream. HEX triplet: F8, D2 and 2C. RGB value is (248,210,44). Sum of RGB (Red+Green+Blue) = 248+210+44=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D22C is #072DD3. Grayscale: #CBCBCB. Windows color (decimal): -470484 or 2937592. OLE color: 2937592.
HSL color Cylindrical-coordinate representation of color #F8D22C: hue angle of 48.82º 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 #F8D22C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.03 |
| HSL | 48.82º | 0.94% | 0.57% | - |
| HSV(B) | 48.82º | 0.82% | 0.97% | - |
| XYZ | 62.21 | 66.23 | 11.89 | - |
| YUV | 202.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 44 | 0 | 0.15 | 0.82 | 0.03 | 48.82 | 0.94 | 0.57 |
| Hex | F8 | D2 | 2C | 0 | F | 52 | 3 | 31 | 5E | 39 |
| Octal | 370 | 322 | 54 | 0 | 17 | 122 | 3 | 61 | 136 | 71 |
| Binary | 11111000 | 11010010 | 101100 | 0 | 1111 | 1010010 | 11 | 110001 | 1011110 | 111001 |
Color Harmonies of #F8D22C
Complementary color
Monochromatic Colors of #F8D22C
Black with #F8D22C
Text Example
Text Example
White with #F8D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D22C; }
p { color: rgb(248,210,44); }
H1.HeaderClassName
{
color: #F8D22C;
}
.AnyTagClassName
{
color: #F8D22C;
}
</style>
background-color css
<style>
a { background-color: #F8D22C; }
a { background-color: rgb(248,210,44); }
div.DivClassName
{
background-color: #F8D22C;
}
.BgClassName
{
background-color: #F8D22C;
}
</style>
border-color css
<style>
span { border-color: #F8D22C; }
span { border-color: rgb(248,210,44); }
td.TdClassName
{
border-color: #F8D22C;
}
.TagClassName
{
border-color: #F8D22C;
}
</style>