Shades of Golden Sand #F4CB65
Tints of Golden Sand #F4CB65
RGB
CMYK
RGB Variations
Color information
#F4CB65 (or 0xF4CB65) is known color: Golden Sand. HEX triplet: F4, CB and 65. RGB value is (244,203,101). Sum of RGB (Red+Green+Blue) = 244+203+101=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CB65 is #0B349A. Grayscale: #CCCCCC. Windows color (decimal): -734363 or 6671348. OLE color: 6671348.
HSL color Cylindrical-coordinate representation of color #F4CB65: hue angle of 42.8º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4CB65 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 101 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.04 |
| HSL | 42.8º | 0.87% | 0.68% | - |
| HSV(B) | 42.8º | 0.59% | 0.96% | - |
| XYZ | 61.01 | 62.88 | 21.23 | - |
| YUV | 203.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 101 | 0 | 0.17 | 0.59 | 0.04 | 42.8 | 0.87 | 0.68 |
| Hex | F4 | CB | 65 | 0 | 11 | 3B | 4 | 2B | 57 | 44 |
| Octal | 364 | 313 | 145 | 0 | 21 | 73 | 4 | 53 | 127 | 104 |
| Binary | 11110100 | 11001011 | 1100101 | 0 | 10001 | 111011 | 100 | 101011 | 1010111 | 1000100 |
Color Harmonies of #F4CB65
Complementary color
Monochromatic Colors of #F4CB65
Black with #F4CB65
Text Example
Text Example
White with #F4CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB65; }
p { color: rgb(244,203,101); }
H1.HeaderClassName
{
color: #F4CB65;
}
.AnyTagClassName
{
color: #F4CB65;
}
</style>
background-color css
<style>
a { background-color: #F4CB65; }
a { background-color: rgb(244,203,101); }
div.DivClassName
{
background-color: #F4CB65;
}
.BgClassName
{
background-color: #F4CB65;
}
</style>
border-color css
<style>
span { border-color: #F4CB65; }
span { border-color: rgb(244,203,101); }
td.TdClassName
{
border-color: #F4CB65;
}
.TagClassName
{
border-color: #F4CB65;
}
</style>