Shades of Golden Sand #F2C86F
Tints of Golden Sand #F2C86F
RGB
CMYK
RGB Variations
Color information
#F2C86F (or 0xF2C86F) is known color: Golden Sand. HEX triplet: F2, C8 and 6F. RGB value is (242,200,111). Sum of RGB (Red+Green+Blue) = 242+200+111=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C86F is #0D3790. Grayscale: #CACACA. Windows color (decimal): -866193 or 7325938. OLE color: 7325938.
HSL color Cylindrical-coordinate representation of color #F2C86F: hue angle of 40.76º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2C86F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 111 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.05 |
| HSL | 40.76º | 0.83% | 0.69% | - |
| HSV(B) | 40.76º | 0.54% | 0.95% | - |
| XYZ | 60.14 | 61.33 | 23.71 | - |
| YUV | 202.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 111 | 0 | 0.17 | 0.54 | 0.05 | 40.76 | 0.83 | 0.69 |
| Hex | F2 | C8 | 6F | 0 | 11 | 36 | 5 | 29 | 53 | 45 |
| Octal | 362 | 310 | 157 | 0 | 21 | 66 | 5 | 51 | 123 | 105 |
| Binary | 11110010 | 11001000 | 1101111 | 0 | 10001 | 110110 | 101 | 101001 | 1010011 | 1000101 |
Color Harmonies of #F2C86F
Complementary color
Monochromatic Colors of #F2C86F
Black with #F2C86F
Text Example
Text Example
White with #F2C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C86F; }
p { color: rgb(242,200,111); }
H1.HeaderClassName
{
color: #F2C86F;
}
.AnyTagClassName
{
color: #F2C86F;
}
</style>
background-color css
<style>
a { background-color: #F2C86F; }
a { background-color: rgb(242,200,111); }
div.DivClassName
{
background-color: #F2C86F;
}
.BgClassName
{
background-color: #F2C86F;
}
</style>
border-color css
<style>
span { border-color: #F2C86F; }
span { border-color: rgb(242,200,111); }
td.TdClassName
{
border-color: #F2C86F;
}
.TagClassName
{
border-color: #F2C86F;
}
</style>