Shades of Golden Sand #F4C767
Tints of Golden Sand #F4C767
RGB
CMYK
RGB Variations
Color information
#F4C767 (or 0xF4C767) is known color: Golden Sand. HEX triplet: F4, C7 and 67. RGB value is (244,199,103). Sum of RGB (Red+Green+Blue) = 244+199+103=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C767 is #0B3898. Grayscale: #C9C9C9. Windows color (decimal): -735385 or 6801396. OLE color: 6801396.
HSL color Cylindrical-coordinate representation of color #F4C767: hue angle of 40.85º degrees, saturation: 0.87, 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 #F4C767 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 199 | 103 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.04 |
| HSL | 40.85º | 0.87% | 0.68% | - |
| HSV(B) | 40.85º | 0.58% | 0.96% | - |
| XYZ | 60.18 | 61.06 | 21.45 | - |
| YUV | 201.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 199 | 103 | 0 | 0.18 | 0.58 | 0.04 | 40.85 | 0.87 | 0.68 |
| Hex | F4 | C7 | 67 | 0 | 12 | 3A | 4 | 29 | 57 | 44 |
| Octal | 364 | 307 | 147 | 0 | 22 | 72 | 4 | 51 | 127 | 104 |
| Binary | 11110100 | 11000111 | 1100111 | 0 | 10010 | 111010 | 100 | 101001 | 1010111 | 1000100 |
Color Harmonies of #F4C767
Complementary color
Monochromatic Colors of #F4C767
Black with #F4C767
Text Example
Text Example
White with #F4C767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C767; }
p { color: rgb(244,199,103); }
H1.HeaderClassName
{
color: #F4C767;
}
.AnyTagClassName
{
color: #F4C767;
}
</style>
background-color css
<style>
a { background-color: #F4C767; }
a { background-color: rgb(244,199,103); }
div.DivClassName
{
background-color: #F4C767;
}
.BgClassName
{
background-color: #F4C767;
}
</style>
border-color css
<style>
span { border-color: #F4C767; }
span { border-color: rgb(244,199,103); }
td.TdClassName
{
border-color: #F4C767;
}
.TagClassName
{
border-color: #F4C767;
}
</style>