Shades of Golden Dream #F0CB31
Tints of Golden Dream #F0CB31
RGB
CMYK
RGB Variations
Color information
#F0CB31 (or 0xF0CB31) is known color: Golden Dream. HEX triplet: F0, CB and 31. RGB value is (240,203,49). Sum of RGB (Red+Green+Blue) = 240+203+49=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB31 is #0F34CE. Grayscale: #C5C5C5. Windows color (decimal): -996559 or 3263472. OLE color: 3263472.
HSL color Cylindrical-coordinate representation of color #F0CB31: hue angle of 48.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0CB31 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 49 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.06 |
| HSL | 48.38º | 0.86% | 0.57% | - |
| HSV(B) | 48.38º | 0.8% | 0.94% | - |
| XYZ | 57.85 | 61.46 | 11.72 | - |
| YUV | 196.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 49 | 0 | 0.15 | 0.80 | 0.06 | 48.38 | 0.86 | 0.57 |
| Hex | F0 | CB | 31 | 0 | F | 50 | 6 | 30 | 56 | 39 |
| Octal | 360 | 313 | 61 | 0 | 17 | 120 | 6 | 60 | 126 | 71 |
| Binary | 11110000 | 11001011 | 110001 | 0 | 1111 | 1010000 | 110 | 110000 | 1010110 | 111001 |
Color Harmonies of #F0CB31
Complementary color
Monochromatic Colors of #F0CB31
Black with #F0CB31
Text Example
Text Example
White with #F0CB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB31; }
p { color: rgb(240,203,49); }
H1.HeaderClassName
{
color: #F0CB31;
}
.AnyTagClassName
{
color: #F0CB31;
}
</style>
background-color css
<style>
a { background-color: #F0CB31; }
a { background-color: rgb(240,203,49); }
div.DivClassName
{
background-color: #F0CB31;
}
.BgClassName
{
background-color: #F0CB31;
}
</style>
border-color css
<style>
span { border-color: #F0CB31; }
span { border-color: rgb(240,203,49); }
td.TdClassName
{
border-color: #F0CB31;
}
.TagClassName
{
border-color: #F0CB31;
}
</style>