Shades of Golden Sand #F2CC60
Tints of Golden Sand #F2CC60
RGB
CMYK
RGB Variations
Color information
#F2CC60 (or 0xF2CC60) is known color: Golden Sand. HEX triplet: F2, CC and 60. RGB value is (242,204,96). Sum of RGB (Red+Green+Blue) = 242+204+96=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC60 is #0D339F. Grayscale: #CBCBCB. Windows color (decimal): -865184 or 6343922. OLE color: 6343922.
HSL color Cylindrical-coordinate representation of color #F2CC60: hue angle of 44.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2CC60 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 96 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.05 |
| HSL | 44.38º | 0.85% | 0.66% | - |
| HSV(B) | 44.38º | 0.6% | 0.95% | - |
| XYZ | 60.32 | 62.91 | 20.03 | - |
| YUV | 203.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 96 | 0 | 0.16 | 0.60 | 0.05 | 44.38 | 0.85 | 0.66 |
| Hex | F2 | CC | 60 | 0 | 10 | 3C | 5 | 2C | 55 | 42 |
| Octal | 362 | 314 | 140 | 0 | 20 | 74 | 5 | 54 | 125 | 102 |
| Binary | 11110010 | 11001100 | 1100000 | 0 | 10000 | 111100 | 101 | 101100 | 1010101 | 1000010 |
Color Harmonies of #F2CC60
Complementary color
Monochromatic Colors of #F2CC60
Black with #F2CC60
Text Example
Text Example
White with #F2CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC60; }
p { color: rgb(242,204,96); }
H1.HeaderClassName
{
color: #F2CC60;
}
.AnyTagClassName
{
color: #F2CC60;
}
</style>
background-color css
<style>
a { background-color: #F2CC60; }
a { background-color: rgb(242,204,96); }
div.DivClassName
{
background-color: #F2CC60;
}
.BgClassName
{
background-color: #F2CC60;
}
</style>
border-color css
<style>
span { border-color: #F2CC60; }
span { border-color: rgb(242,204,96); }
td.TdClassName
{
border-color: #F2CC60;
}
.TagClassName
{
border-color: #F2CC60;
}
</style>