Shades of Golden Dream #F9CF2D
Tints of Golden Dream #F9CF2D
RGB
CMYK
RGB Variations
Color information
#F9CF2D (or 0xF9CF2D) is known color: Golden Dream. HEX triplet: F9, CF and 2D. RGB value is (249,207,45). Sum of RGB (Red+Green+Blue) = 249+207+45=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF2D is #0630D2. Grayscale: #C9C9C9. Windows color (decimal): -405715 or 3002361. OLE color: 3002361.
HSL color Cylindrical-coordinate representation of color #F9CF2D: hue angle of 47.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9CF2D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 45 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.02 |
| HSL | 47.65º | 0.94% | 0.58% | - |
| HSV(B) | 47.65º | 0.82% | 0.98% | - |
| XYZ | 61.85 | 64.95 | 11.76 | - |
| YUV | 201.09 | 39.91 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 45 | 0 | 0.17 | 0.82 | 0.02 | 47.65 | 0.94 | 0.58 |
| Hex | F9 | CF | 2D | 0 | 11 | 52 | 2 | 30 | 5E | 3A |
| Octal | 371 | 317 | 55 | 0 | 21 | 122 | 2 | 60 | 136 | 72 |
| Binary | 11111001 | 11001111 | 101101 | 0 | 10001 | 1010010 | 10 | 110000 | 1011110 | 111010 |
Color Harmonies of #F9CF2D
Complementary color
Monochromatic Colors of #F9CF2D
Black with #F9CF2D
Text Example
Text Example
White with #F9CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF2D; }
p { color: rgb(249,207,45); }
H1.HeaderClassName
{
color: #F9CF2D;
}
.AnyTagClassName
{
color: #F9CF2D;
}
</style>
background-color css
<style>
a { background-color: #F9CF2D; }
a { background-color: rgb(249,207,45); }
div.DivClassName
{
background-color: #F9CF2D;
}
.BgClassName
{
background-color: #F9CF2D;
}
</style>
border-color css
<style>
span { border-color: #F9CF2D; }
span { border-color: rgb(249,207,45); }
td.TdClassName
{
border-color: #F9CF2D;
}
.TagClassName
{
border-color: #F9CF2D;
}
</style>