Shades of Golden Dream #F0CB2B
Tints of Golden Dream #F0CB2B
RGB
CMYK
RGB Variations
Color information
#F0CB2B (or 0xF0CB2B) is known color: Golden Dream. HEX triplet: F0, CB and 2B. RGB value is (240,203,43). Sum of RGB (Red+Green+Blue) = 240+203+43=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB2B is #0F34D4. Grayscale: #C4C4C4. Windows color (decimal): -996565 or 2870256. OLE color: 2870256.
HSL color Cylindrical-coordinate representation of color #F0CB2B: hue angle of 48.73º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0CB2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.06 |
| HSL | 48.73º | 0.87% | 0.55% | - |
| HSV(B) | 48.73º | 0.82% | 0.94% | - |
| XYZ | 57.73 | 61.41 | 11.1 | - |
| YUV | 195.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 43 | 0 | 0.15 | 0.82 | 0.06 | 48.73 | 0.87 | 0.55 |
| Hex | F0 | CB | 2B | 0 | F | 52 | 6 | 31 | 57 | 37 |
| Octal | 360 | 313 | 53 | 0 | 17 | 122 | 6 | 61 | 127 | 67 |
| Binary | 11110000 | 11001011 | 101011 | 0 | 1111 | 1010010 | 110 | 110001 | 1010111 | 110111 |
Color Harmonies of #F0CB2B
Complementary color
Monochromatic Colors of #F0CB2B
Black with #F0CB2B
Text Example
Text Example
White with #F0CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB2B; }
p { color: rgb(240,203,43); }
H1.HeaderClassName
{
color: #F0CB2B;
}
.AnyTagClassName
{
color: #F0CB2B;
}
</style>
background-color css
<style>
a { background-color: #F0CB2B; }
a { background-color: rgb(240,203,43); }
div.DivClassName
{
background-color: #F0CB2B;
}
.BgClassName
{
background-color: #F0CB2B;
}
</style>
border-color css
<style>
span { border-color: #F0CB2B; }
span { border-color: rgb(240,203,43); }
td.TdClassName
{
border-color: #F0CB2B;
}
.TagClassName
{
border-color: #F0CB2B;
}
</style>