Shades of Golden Sand #F2D86A
Tints of Golden Sand #F2D86A
RGB
CMYK
RGB Variations
Color information
#F2D86A (or 0xF2D86A) is known color: Golden Sand. HEX triplet: F2, D8 and 6A. RGB value is (242,216,106). Sum of RGB (Red+Green+Blue) = 242+216+106=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D86A is #0D2795. Grayscale: #D3D3D3. Windows color (decimal): -862102 or 7002354. OLE color: 7002354.
HSL color Cylindrical-coordinate representation of color #F2D86A: hue angle of 48.53º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2D86A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 106 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.05 |
| HSL | 48.53º | 0.84% | 0.68% | - |
| HSV(B) | 48.53º | 0.56% | 0.95% | - |
| XYZ | 63.78 | 69.03 | 23.6 | - |
| YUV | 211.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 106 | 0 | 0.11 | 0.56 | 0.05 | 48.53 | 0.84 | 0.68 |
| Hex | F2 | D8 | 6A | 0 | B | 38 | 5 | 31 | 54 | 44 |
| Octal | 362 | 330 | 152 | 0 | 13 | 70 | 5 | 61 | 124 | 104 |
| Binary | 11110010 | 11011000 | 1101010 | 0 | 1011 | 111000 | 101 | 110001 | 1010100 | 1000100 |
Color Harmonies of #F2D86A
Complementary color
Monochromatic Colors of #F2D86A
Black with #F2D86A
Text Example
Text Example
White with #F2D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D86A; }
p { color: rgb(242,216,106); }
H1.HeaderClassName
{
color: #F2D86A;
}
.AnyTagClassName
{
color: #F2D86A;
}
</style>
background-color css
<style>
a { background-color: #F2D86A; }
a { background-color: rgb(242,216,106); }
div.DivClassName
{
background-color: #F2D86A;
}
.BgClassName
{
background-color: #F2D86A;
}
</style>
border-color css
<style>
span { border-color: #F2D86A; }
span { border-color: rgb(242,216,106); }
td.TdClassName
{
border-color: #F2D86A;
}
.TagClassName
{
border-color: #F2D86A;
}
</style>