Shades of Golden Sand #F2CD64
Tints of Golden Sand #F2CD64
RGB
CMYK
RGB Variations
Color information
#F2CD64 (or 0xF2CD64) is known color: Golden Sand. HEX triplet: F2, CD and 64. RGB value is (242,205,100). Sum of RGB (Red+Green+Blue) = 242+205+100=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CD64 is #0D329B. Grayscale: #CCCCCC. Windows color (decimal): -864924 or 6606322. OLE color: 6606322.
HSL color Cylindrical-coordinate representation of color #F2CD64: hue angle of 44.37º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2CD64 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 100 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.05 |
| HSL | 44.37º | 0.85% | 0.67% | - |
| HSV(B) | 44.37º | 0.59% | 0.95% | - |
| XYZ | 60.75 | 63.46 | 21.1 | - |
| YUV | 204.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 100 | 0 | 0.15 | 0.59 | 0.05 | 44.37 | 0.85 | 0.67 |
| Hex | F2 | CD | 64 | 0 | F | 3B | 5 | 2C | 55 | 43 |
| Octal | 362 | 315 | 144 | 0 | 17 | 73 | 5 | 54 | 125 | 103 |
| Binary | 11110010 | 11001101 | 1100100 | 0 | 1111 | 111011 | 101 | 101100 | 1010101 | 1000011 |
Color Harmonies of #F2CD64
Complementary color
Monochromatic Colors of #F2CD64
Black with #F2CD64
Text Example
Text Example
White with #F2CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CD64; }
p { color: rgb(242,205,100); }
H1.HeaderClassName
{
color: #F2CD64;
}
.AnyTagClassName
{
color: #F2CD64;
}
</style>
background-color css
<style>
a { background-color: #F2CD64; }
a { background-color: rgb(242,205,100); }
div.DivClassName
{
background-color: #F2CD64;
}
.BgClassName
{
background-color: #F2CD64;
}
</style>
border-color css
<style>
span { border-color: #F2CD64; }
span { border-color: rgb(242,205,100); }
td.TdClassName
{
border-color: #F2CD64;
}
.TagClassName
{
border-color: #F2CD64;
}
</style>