Shades of Golden Dream #F5CE2B
Tints of Golden Dream #F5CE2B
RGB
CMYK
RGB Variations
Color information
#F5CE2B (or 0xF5CE2B) is known color: Golden Dream. HEX triplet: F5, CE and 2B. RGB value is (245,206,43). Sum of RGB (Red+Green+Blue) = 245+206+43=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE2B is #0A31D4. Grayscale: #C7C7C7. Windows color (decimal): -668117 or 2871029. OLE color: 2871029.
HSL color Cylindrical-coordinate representation of color #F5CE2B: hue angle of 48.42º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5CE2B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.04 |
| HSL | 48.42º | 0.91% | 0.56% | - |
| HSV(B) | 48.42º | 0.82% | 0.96% | - |
| XYZ | 60.16 | 63.73 | 11.42 | - |
| YUV | 199.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 43 | 0 | 0.16 | 0.82 | 0.04 | 48.42 | 0.91 | 0.56 |
| Hex | F5 | CE | 2B | 0 | 10 | 52 | 4 | 30 | 5B | 38 |
| Octal | 365 | 316 | 53 | 0 | 20 | 122 | 4 | 60 | 133 | 70 |
| Binary | 11110101 | 11001110 | 101011 | 0 | 10000 | 1010010 | 100 | 110000 | 1011011 | 111000 |
Color Harmonies of #F5CE2B
Complementary color
Monochromatic Colors of #F5CE2B
Black with #F5CE2B
Text Example
Text Example
White with #F5CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE2B; }
p { color: rgb(245,206,43); }
H1.HeaderClassName
{
color: #F5CE2B;
}
.AnyTagClassName
{
color: #F5CE2B;
}
</style>
background-color css
<style>
a { background-color: #F5CE2B; }
a { background-color: rgb(245,206,43); }
div.DivClassName
{
background-color: #F5CE2B;
}
.BgClassName
{
background-color: #F5CE2B;
}
</style>
border-color css
<style>
span { border-color: #F5CE2B; }
span { border-color: rgb(245,206,43); }
td.TdClassName
{
border-color: #F5CE2B;
}
.TagClassName
{
border-color: #F5CE2B;
}
</style>