Shades of Golden Dream #F0CA28
Tints of Golden Dream #F0CA28
RGB
CMYK
RGB Variations
Color information
#F0CA28 (or 0xF0CA28) is known color: Golden Dream. HEX triplet: F0, CA and 28. RGB value is (240,202,40). Sum of RGB (Red+Green+Blue) = 240+202+40=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA28 is #0F35D7. Grayscale: #C3C3C3. Windows color (decimal): -996824 or 2673392. OLE color: 2673392.
HSL color Cylindrical-coordinate representation of color #F0CA28: hue angle of 48.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0CA28 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 40 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.06 |
| HSL | 48.6º | 0.87% | 0.55% | - |
| HSV(B) | 48.6º | 0.83% | 0.94% | - |
| XYZ | 57.44 | 60.92 | 10.74 | - |
| YUV | 194.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 40 | 0 | 0.16 | 0.83 | 0.06 | 48.6 | 0.87 | 0.55 |
| Hex | F0 | CA | 28 | 0 | 10 | 53 | 6 | 31 | 57 | 37 |
| Octal | 360 | 312 | 50 | 0 | 20 | 123 | 6 | 61 | 127 | 67 |
| Binary | 11110000 | 11001010 | 101000 | 0 | 10000 | 1010011 | 110 | 110001 | 1010111 | 110111 |
Color Harmonies of #F0CA28
Complementary color
Monochromatic Colors of #F0CA28
Black with #F0CA28
Text Example
Text Example
White with #F0CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA28; }
p { color: rgb(240,202,40); }
H1.HeaderClassName
{
color: #F0CA28;
}
.AnyTagClassName
{
color: #F0CA28;
}
</style>
background-color css
<style>
a { background-color: #F0CA28; }
a { background-color: rgb(240,202,40); }
div.DivClassName
{
background-color: #F0CA28;
}
.BgClassName
{
background-color: #F0CA28;
}
</style>
border-color css
<style>
span { border-color: #F0CA28; }
span { border-color: rgb(240,202,40); }
td.TdClassName
{
border-color: #F0CA28;
}
.TagClassName
{
border-color: #F0CA28;
}
</style>