Shades of Golden Dream #F2CB2B
Tints of Golden Dream #F2CB2B
RGB
CMYK
RGB Variations
Color information
#F2CB2B (or 0xF2CB2B) is known color: Golden Dream. HEX triplet: F2, CB and 2B. RGB value is (242,203,43). Sum of RGB (Red+Green+Blue) = 242+203+43=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB2B is #0D34D4. Grayscale: #C5C5C5. Windows color (decimal): -865493 or 2870258. OLE color: 2870258.
HSL color Cylindrical-coordinate representation of color #F2CB2B: hue angle of 48.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2CB2B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.05 |
| HSL | 48.24º | 0.88% | 0.56% | - |
| HSV(B) | 48.24º | 0.82% | 0.95% | - |
| XYZ | 58.41 | 61.76 | 11.13 | - |
| YUV | 196.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 43 | 0 | 0.16 | 0.82 | 0.05 | 48.24 | 0.88 | 0.56 |
| Hex | F2 | CB | 2B | 0 | 10 | 52 | 5 | 30 | 58 | 38 |
| Octal | 362 | 313 | 53 | 0 | 20 | 122 | 5 | 60 | 130 | 70 |
| Binary | 11110010 | 11001011 | 101011 | 0 | 10000 | 1010010 | 101 | 110000 | 1011000 | 111000 |
Color Harmonies of #F2CB2B
Complementary color
Monochromatic Colors of #F2CB2B
Black with #F2CB2B
Text Example
Text Example
White with #F2CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB2B; }
p { color: rgb(242,203,43); }
H1.HeaderClassName
{
color: #F2CB2B;
}
.AnyTagClassName
{
color: #F2CB2B;
}
</style>
background-color css
<style>
a { background-color: #F2CB2B; }
a { background-color: rgb(242,203,43); }
div.DivClassName
{
background-color: #F2CB2B;
}
.BgClassName
{
background-color: #F2CB2B;
}
</style>
border-color css
<style>
span { border-color: #F2CB2B; }
span { border-color: rgb(242,203,43); }
td.TdClassName
{
border-color: #F2CB2B;
}
.TagClassName
{
border-color: #F2CB2B;
}
</style>