Shades of Golden Sand #F0CC74
Tints of Golden Sand #F0CC74
RGB
CMYK
RGB Variations
Color information
#F0CC74 (or 0xF0CC74) is known color: Golden Sand. HEX triplet: F0, CC and 74. RGB value is (240,204,116). Sum of RGB (Red+Green+Blue) = 240+204+116=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC74 is #0F338B. Grayscale: #CDCDCD. Windows color (decimal): -996236 or 7654640. OLE color: 7654640.
HSL color Cylindrical-coordinate representation of color #F0CC74: hue angle of 42.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0CC74 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 116 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.06 |
| HSL | 42.58º | 0.81% | 0.7% | - |
| HSV(B) | 42.58º | 0.52% | 0.94% | - |
| XYZ | 60.68 | 62.97 | 25.48 | - |
| YUV | 204.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 116 | 0 | 0.15 | 0.52 | 0.06 | 42.58 | 0.81 | 0.7 |
| Hex | F0 | CC | 74 | 0 | F | 34 | 6 | 2B | 51 | 46 |
| Octal | 360 | 314 | 164 | 0 | 17 | 64 | 6 | 53 | 121 | 106 |
| Binary | 11110000 | 11001100 | 1110100 | 0 | 1111 | 110100 | 110 | 101011 | 1010001 | 1000110 |
Color Harmonies of #F0CC74
Complementary color
Monochromatic Colors of #F0CC74
Black with #F0CC74
Text Example
Text Example
White with #F0CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC74; }
p { color: rgb(240,204,116); }
H1.HeaderClassName
{
color: #F0CC74;
}
.AnyTagClassName
{
color: #F0CC74;
}
</style>
background-color css
<style>
a { background-color: #F0CC74; }
a { background-color: rgb(240,204,116); }
div.DivClassName
{
background-color: #F0CC74;
}
.BgClassName
{
background-color: #F0CC74;
}
</style>
border-color css
<style>
span { border-color: #F0CC74; }
span { border-color: rgb(240,204,116); }
td.TdClassName
{
border-color: #F0CC74;
}
.TagClassName
{
border-color: #F0CC74;
}
</style>