Shades of Golden Dream #F7CC30
Tints of Golden Dream #F7CC30
RGB
CMYK
RGB Variations
Color information
#F7CC30 (or 0xF7CC30) is known color: Golden Dream. HEX triplet: F7, CC and 30. RGB value is (247,204,48). Sum of RGB (Red+Green+Blue) = 247+204+48=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CC30 is #0833CF. Grayscale: #C7C7C7. Windows color (decimal): -537552 or 3198199. OLE color: 3198199.
HSL color Cylindrical-coordinate representation of color #F7CC30: hue angle of 47.04º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7CC30 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 48 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.03 |
| HSL | 47.04º | 0.93% | 0.58% | - |
| HSV(B) | 47.04º | 0.81% | 0.97% | - |
| XYZ | 60.48 | 63.17 | 11.8 | - |
| YUV | 199.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 48 | 0 | 0.17 | 0.81 | 0.03 | 47.04 | 0.93 | 0.58 |
| Hex | F7 | CC | 30 | 0 | 11 | 51 | 3 | 2F | 5D | 3A |
| Octal | 367 | 314 | 60 | 0 | 21 | 121 | 3 | 57 | 135 | 72 |
| Binary | 11110111 | 11001100 | 110000 | 0 | 10001 | 1010001 | 11 | 101111 | 1011101 | 111010 |
Color Harmonies of #F7CC30
Complementary color
Monochromatic Colors of #F7CC30
Black with #F7CC30
Text Example
Text Example
White with #F7CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CC30; }
p { color: rgb(247,204,48); }
H1.HeaderClassName
{
color: #F7CC30;
}
.AnyTagClassName
{
color: #F7CC30;
}
</style>
background-color css
<style>
a { background-color: #F7CC30; }
a { background-color: rgb(247,204,48); }
div.DivClassName
{
background-color: #F7CC30;
}
.BgClassName
{
background-color: #F7CC30;
}
</style>
border-color css
<style>
span { border-color: #F7CC30; }
span { border-color: rgb(247,204,48); }
td.TdClassName
{
border-color: #F7CC30;
}
.TagClassName
{
border-color: #F7CC30;
}
</style>