Shades of Golden Dream #F9CF2B
Tints of Golden Dream #F9CF2B
RGB
CMYK
RGB Variations
Color information
#F9CF2B (or 0xF9CF2B) is known color: Golden Dream. HEX triplet: F9, CF and 2B. RGB value is (249,207,43). Sum of RGB (Red+Green+Blue) = 249+207+43=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF2B is #0630D4. Grayscale: #C9C9C9. Windows color (decimal): -405717 or 2871289. OLE color: 2871289.
HSL color Cylindrical-coordinate representation of color #F9CF2B: hue angle of 47.77º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9CF2B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 43 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.02 |
| HSL | 47.77º | 0.94% | 0.57% | - |
| HSV(B) | 47.77º | 0.83% | 0.98% | - |
| XYZ | 61.82 | 64.94 | 11.56 | - |
| YUV | 200.86 | 38.91 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 43 | 0 | 0.17 | 0.83 | 0.02 | 47.77 | 0.94 | 0.57 |
| Hex | F9 | CF | 2B | 0 | 11 | 53 | 2 | 30 | 5E | 39 |
| Octal | 371 | 317 | 53 | 0 | 21 | 123 | 2 | 60 | 136 | 71 |
| Binary | 11111001 | 11001111 | 101011 | 0 | 10001 | 1010011 | 10 | 110000 | 1011110 | 111001 |
Color Harmonies of #F9CF2B
Complementary color
Monochromatic Colors of #F9CF2B
Black with #F9CF2B
Text Example
Text Example
White with #F9CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF2B; }
p { color: rgb(249,207,43); }
H1.HeaderClassName
{
color: #F9CF2B;
}
.AnyTagClassName
{
color: #F9CF2B;
}
</style>
background-color css
<style>
a { background-color: #F9CF2B; }
a { background-color: rgb(249,207,43); }
div.DivClassName
{
background-color: #F9CF2B;
}
.BgClassName
{
background-color: #F9CF2B;
}
</style>
border-color css
<style>
span { border-color: #F9CF2B; }
span { border-color: rgb(249,207,43); }
td.TdClassName
{
border-color: #F9CF2B;
}
.TagClassName
{
border-color: #F9CF2B;
}
</style>