Shades of Golden Sand #F2D165
Tints of Golden Sand #F2D165
RGB
CMYK
RGB Variations
Color information
#F2D165 (or 0xF2D165) is known color: Golden Sand. HEX triplet: F2, D1 and 65. RGB value is (242,209,101). Sum of RGB (Red+Green+Blue) = 242+209+101=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D165 is #0D2E9A. Grayscale: #CFCFCF. Windows color (decimal): -863899 or 6672882. OLE color: 6672882.
HSL color Cylindrical-coordinate representation of color #F2D165: hue angle of 45.96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2D165 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 101 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.05 |
| HSL | 45.96º | 0.84% | 0.67% | - |
| HSV(B) | 45.96º | 0.58% | 0.95% | - |
| XYZ | 61.77 | 65.42 | 21.68 | - |
| YUV | 206.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 101 | 0 | 0.14 | 0.58 | 0.05 | 45.96 | 0.84 | 0.67 |
| Hex | F2 | D1 | 65 | 0 | E | 3A | 5 | 2E | 54 | 43 |
| Octal | 362 | 321 | 145 | 0 | 16 | 72 | 5 | 56 | 124 | 103 |
| Binary | 11110010 | 11010001 | 1100101 | 0 | 1110 | 111010 | 101 | 101110 | 1010100 | 1000011 |
Color Harmonies of #F2D165
Complementary color
Monochromatic Colors of #F2D165
Black with #F2D165
Text Example
Text Example
White with #F2D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D165; }
p { color: rgb(242,209,101); }
H1.HeaderClassName
{
color: #F2D165;
}
.AnyTagClassName
{
color: #F2D165;
}
</style>
background-color css
<style>
a { background-color: #F2D165; }
a { background-color: rgb(242,209,101); }
div.DivClassName
{
background-color: #F2D165;
}
.BgClassName
{
background-color: #F2D165;
}
</style>
border-color css
<style>
span { border-color: #F2D165; }
span { border-color: rgb(242,209,101); }
td.TdClassName
{
border-color: #F2D165;
}
.TagClassName
{
border-color: #F2D165;
}
</style>