Shades of Golden Dream #F0CB2D
Tints of Golden Dream #F0CB2D
RGB
CMYK
RGB Variations
Color information
#F0CB2D (or 0xF0CB2D) is known color: Golden Dream. HEX triplet: F0, CB and 2D. RGB value is (240,203,45). Sum of RGB (Red+Green+Blue) = 240+203+45=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB2D is #0F34D2. Grayscale: #C4C4C4. Windows color (decimal): -996563 or 3001328. OLE color: 3001328.
HSL color Cylindrical-coordinate representation of color #F0CB2D: hue angle of 48.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0CB2D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 45 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.06 |
| HSL | 48.62º | 0.87% | 0.56% | - |
| HSV(B) | 48.62º | 0.81% | 0.94% | - |
| XYZ | 57.76 | 61.43 | 11.29 | - |
| YUV | 196.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 45 | 0 | 0.15 | 0.81 | 0.06 | 48.62 | 0.87 | 0.56 |
| Hex | F0 | CB | 2D | 0 | F | 51 | 6 | 31 | 57 | 38 |
| Octal | 360 | 313 | 55 | 0 | 17 | 121 | 6 | 61 | 127 | 70 |
| Binary | 11110000 | 11001011 | 101101 | 0 | 1111 | 1010001 | 110 | 110001 | 1010111 | 111000 |
Color Harmonies of #F0CB2D
Complementary color
Monochromatic Colors of #F0CB2D
Black with #F0CB2D
Text Example
Text Example
White with #F0CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB2D; }
p { color: rgb(240,203,45); }
H1.HeaderClassName
{
color: #F0CB2D;
}
.AnyTagClassName
{
color: #F0CB2D;
}
</style>
background-color css
<style>
a { background-color: #F0CB2D; }
a { background-color: rgb(240,203,45); }
div.DivClassName
{
background-color: #F0CB2D;
}
.BgClassName
{
background-color: #F0CB2D;
}
</style>
border-color css
<style>
span { border-color: #F0CB2D; }
span { border-color: rgb(240,203,45); }
td.TdClassName
{
border-color: #F0CB2D;
}
.TagClassName
{
border-color: #F0CB2D;
}
</style>