Shades of Golden Dream #F1C62B
Tints of Golden Dream #F1C62B
RGB
CMYK
RGB Variations
Color information
#F1C62B (or 0xF1C62B) is known color: Golden Dream. HEX triplet: F1, C6 and 2B. RGB value is (241,198,43). Sum of RGB (Red+Green+Blue) = 241+198+43=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C62B is #0E39D4. Grayscale: #C1C1C1. Windows color (decimal): -932309 or 2868977. OLE color: 2868977.
HSL color Cylindrical-coordinate representation of color #F1C62B: hue angle of 46.97º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1C62B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 43 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.05 |
| HSL | 46.97º | 0.88% | 0.56% | - |
| HSV(B) | 46.97º | 0.82% | 0.95% | - |
| XYZ | 56.91 | 59.26 | 10.73 | - |
| YUV | 193.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 43 | 0 | 0.18 | 0.82 | 0.05 | 46.97 | 0.88 | 0.56 |
| Hex | F1 | C6 | 2B | 0 | 12 | 52 | 5 | 2F | 58 | 38 |
| Octal | 361 | 306 | 53 | 0 | 22 | 122 | 5 | 57 | 130 | 70 |
| Binary | 11110001 | 11000110 | 101011 | 0 | 10010 | 1010010 | 101 | 101111 | 1011000 | 111000 |
Color Harmonies of #F1C62B
Complementary color
Monochromatic Colors of #F1C62B
Black with #F1C62B
Text Example
Text Example
White with #F1C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C62B; }
p { color: rgb(241,198,43); }
H1.HeaderClassName
{
color: #F1C62B;
}
.AnyTagClassName
{
color: #F1C62B;
}
</style>
background-color css
<style>
a { background-color: #F1C62B; }
a { background-color: rgb(241,198,43); }
div.DivClassName
{
background-color: #F1C62B;
}
.BgClassName
{
background-color: #F1C62B;
}
</style>
border-color css
<style>
span { border-color: #F1C62B; }
span { border-color: rgb(241,198,43); }
td.TdClassName
{
border-color: #F1C62B;
}
.TagClassName
{
border-color: #F1C62B;
}
</style>