Shades of Golden Sand #F4CB6B
Tints of Golden Sand #F4CB6B
RGB
CMYK
RGB Variations
Color information
#F4CB6B (or 0xF4CB6B) is known color: Golden Sand. HEX triplet: F4, CB and 6B. RGB value is (244,203,107). Sum of RGB (Red+Green+Blue) = 244+203+107=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CB6B is #0B3494. Grayscale: #CCCCCC. Windows color (decimal): -734357 or 7064564. OLE color: 7064564.
HSL color Cylindrical-coordinate representation of color #F4CB6B: hue angle of 42.04º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4CB6B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 107 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.04 |
| HSL | 42.04º | 0.86% | 0.69% | - |
| HSV(B) | 42.04º | 0.56% | 0.96% | - |
| XYZ | 61.32 | 63.01 | 22.84 | - |
| YUV | 204.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 107 | 0 | 0.17 | 0.56 | 0.04 | 42.04 | 0.86 | 0.69 |
| Hex | F4 | CB | 6B | 0 | 11 | 38 | 4 | 2A | 56 | 45 |
| Octal | 364 | 313 | 153 | 0 | 21 | 70 | 4 | 52 | 126 | 105 |
| Binary | 11110100 | 11001011 | 1101011 | 0 | 10001 | 111000 | 100 | 101010 | 1010110 | 1000101 |
Color Harmonies of #F4CB6B
Complementary color
Monochromatic Colors of #F4CB6B
Black with #F4CB6B
Text Example
Text Example
White with #F4CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CB6B; }
p { color: rgb(244,203,107); }
H1.HeaderClassName
{
color: #F4CB6B;
}
.AnyTagClassName
{
color: #F4CB6B;
}
</style>
background-color css
<style>
a { background-color: #F4CB6B; }
a { background-color: rgb(244,203,107); }
div.DivClassName
{
background-color: #F4CB6B;
}
.BgClassName
{
background-color: #F4CB6B;
}
</style>
border-color css
<style>
span { border-color: #F4CB6B; }
span { border-color: rgb(244,203,107); }
td.TdClassName
{
border-color: #F4CB6B;
}
.TagClassName
{
border-color: #F4CB6B;
}
</style>