Shades of Golden Dream #F5CB30
Tints of Golden Dream #F5CB30
RGB
CMYK
RGB Variations
Color information
#F5CB30 (or 0xF5CB30) is known color: Golden Dream. HEX triplet: F5, CB and 30. RGB value is (245,203,48). Sum of RGB (Red+Green+Blue) = 245+203+48=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB30 is #0A34CF. Grayscale: #C6C6C6. Windows color (decimal): -668880 or 3197941. OLE color: 3197941.
HSL color Cylindrical-coordinate representation of color #F5CB30: hue angle of 47.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5CB30 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 48 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.04 |
| HSL | 47.21º | 0.91% | 0.57% | - |
| HSV(B) | 47.21º | 0.8% | 0.96% | - |
| XYZ | 59.55 | 62.34 | 11.69 | - |
| YUV | 197.89 | 43.41 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 48 | 0 | 0.17 | 0.80 | 0.04 | 47.21 | 0.91 | 0.57 |
| Hex | F5 | CB | 30 | 0 | 11 | 50 | 4 | 2F | 5B | 39 |
| Octal | 365 | 313 | 60 | 0 | 21 | 120 | 4 | 57 | 133 | 71 |
| Binary | 11110101 | 11001011 | 110000 | 0 | 10001 | 1010000 | 100 | 101111 | 1011011 | 111001 |
Color Harmonies of #F5CB30
Complementary color
Monochromatic Colors of #F5CB30
Black with #F5CB30
Text Example
Text Example
White with #F5CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB30; }
p { color: rgb(245,203,48); }
H1.HeaderClassName
{
color: #F5CB30;
}
.AnyTagClassName
{
color: #F5CB30;
}
</style>
background-color css
<style>
a { background-color: #F5CB30; }
a { background-color: rgb(245,203,48); }
div.DivClassName
{
background-color: #F5CB30;
}
.BgClassName
{
background-color: #F5CB30;
}
</style>
border-color css
<style>
span { border-color: #F5CB30; }
span { border-color: rgb(245,203,48); }
td.TdClassName
{
border-color: #F5CB30;
}
.TagClassName
{
border-color: #F5CB30;
}
</style>