Shades of Golden Sand #F5CB68
Tints of Golden Sand #F5CB68
RGB
CMYK
RGB Variations
Color information
#F5CB68 (or 0xF5CB68) is known color: Golden Sand. HEX triplet: F5, CB and 68. RGB value is (245,203,104). Sum of RGB (Red+Green+Blue) = 245+203+104=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB68 is #0A3497. Grayscale: #CCCCCC. Windows color (decimal): -668824 or 6867957. OLE color: 6867957.
HSL color Cylindrical-coordinate representation of color #F5CB68: hue angle of 42.13º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5CB68 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 104 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.04 |
| HSL | 42.13º | 0.88% | 0.68% | - |
| HSV(B) | 42.13º | 0.58% | 0.96% | - |
| XYZ | 61.51 | 63.12 | 22.04 | - |
| YUV | 204.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 104 | 0 | 0.17 | 0.58 | 0.04 | 42.13 | 0.88 | 0.68 |
| Hex | F5 | CB | 68 | 0 | 11 | 3A | 4 | 2A | 58 | 44 |
| Octal | 365 | 313 | 150 | 0 | 21 | 72 | 4 | 52 | 130 | 104 |
| Binary | 11110101 | 11001011 | 1101000 | 0 | 10001 | 111010 | 100 | 101010 | 1011000 | 1000100 |
Color Harmonies of #F5CB68
Complementary color
Monochromatic Colors of #F5CB68
Black with #F5CB68
Text Example
Text Example
White with #F5CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB68; }
p { color: rgb(245,203,104); }
H1.HeaderClassName
{
color: #F5CB68;
}
.AnyTagClassName
{
color: #F5CB68;
}
</style>
background-color css
<style>
a { background-color: #F5CB68; }
a { background-color: rgb(245,203,104); }
div.DivClassName
{
background-color: #F5CB68;
}
.BgClassName
{
background-color: #F5CB68;
}
</style>
border-color css
<style>
span { border-color: #F5CB68; }
span { border-color: rgb(245,203,104); }
td.TdClassName
{
border-color: #F5CB68;
}
.TagClassName
{
border-color: #F5CB68;
}
</style>