Shades of Golden Sand #F2C967
Tints of Golden Sand #F2C967
RGB
CMYK
RGB Variations
Color information
#F2C967 (or 0xF2C967) is known color: Golden Sand. HEX triplet: F2, C9 and 67. RGB value is (242,201,103). Sum of RGB (Red+Green+Blue) = 242+201+103=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C967 is #0D3698. Grayscale: #CACACA. Windows color (decimal): -865945 or 6801906. OLE color: 6801906.
HSL color Cylindrical-coordinate representation of color #F2C967: hue angle of 42.3º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2C967 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 103 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.05 |
| HSL | 42.3º | 0.84% | 0.68% | - |
| HSV(B) | 42.3º | 0.57% | 0.95% | - |
| XYZ | 59.95 | 61.63 | 21.57 | - |
| YUV | 202.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 103 | 0 | 0.17 | 0.57 | 0.05 | 42.3 | 0.84 | 0.68 |
| Hex | F2 | C9 | 67 | 0 | 11 | 39 | 5 | 2A | 54 | 44 |
| Octal | 362 | 311 | 147 | 0 | 21 | 71 | 5 | 52 | 124 | 104 |
| Binary | 11110010 | 11001001 | 1100111 | 0 | 10001 | 111001 | 101 | 101010 | 1010100 | 1000100 |
Color Harmonies of #F2C967
Complementary color
Monochromatic Colors of #F2C967
Black with #F2C967
Text Example
Text Example
White with #F2C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C967; }
p { color: rgb(242,201,103); }
H1.HeaderClassName
{
color: #F2C967;
}
.AnyTagClassName
{
color: #F2C967;
}
</style>
background-color css
<style>
a { background-color: #F2C967; }
a { background-color: rgb(242,201,103); }
div.DivClassName
{
background-color: #F2C967;
}
.BgClassName
{
background-color: #F2C967;
}
</style>
border-color css
<style>
span { border-color: #F2C967; }
span { border-color: rgb(242,201,103); }
td.TdClassName
{
border-color: #F2C967;
}
.TagClassName
{
border-color: #F2C967;
}
</style>