Shades of Golden Sand #F5D26C
Tints of Golden Sand #F5D26C
RGB
CMYK
RGB Variations
Color information
#F5D26C (or 0xF5D26C) is known color: Golden Sand. HEX triplet: F5, D2 and 6C. RGB value is (245,210,108). Sum of RGB (Red+Green+Blue) = 245+210+108=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D26C is #0A2D93. Grayscale: #D1D1D1. Windows color (decimal): -667028 or 7131893. OLE color: 7131893.
HSL color Cylindrical-coordinate representation of color #F5D26C: hue angle of 44.67º degrees, saturation: 0.87, 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 #F5D26C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 108 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.04 |
| HSL | 44.67º | 0.87% | 0.69% | - |
| HSV(B) | 44.67º | 0.56% | 0.96% | - |
| XYZ | 63.41 | 66.59 | 23.7 | - |
| YUV | 208.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 108 | 0 | 0.14 | 0.56 | 0.04 | 44.67 | 0.87 | 0.69 |
| Hex | F5 | D2 | 6C | 0 | E | 38 | 4 | 2D | 57 | 45 |
| Octal | 365 | 322 | 154 | 0 | 16 | 70 | 4 | 55 | 127 | 105 |
| Binary | 11110101 | 11010010 | 1101100 | 0 | 1110 | 111000 | 100 | 101101 | 1010111 | 1000101 |
Color Harmonies of #F5D26C
Complementary color
Monochromatic Colors of #F5D26C
Black with #F5D26C
Text Example
Text Example
White with #F5D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D26C; }
p { color: rgb(245,210,108); }
H1.HeaderClassName
{
color: #F5D26C;
}
.AnyTagClassName
{
color: #F5D26C;
}
</style>
background-color css
<style>
a { background-color: #F5D26C; }
a { background-color: rgb(245,210,108); }
div.DivClassName
{
background-color: #F5D26C;
}
.BgClassName
{
background-color: #F5D26C;
}
</style>
border-color css
<style>
span { border-color: #F5D26C; }
span { border-color: rgb(245,210,108); }
td.TdClassName
{
border-color: #F5D26C;
}
.TagClassName
{
border-color: #F5D26C;
}
</style>