Shades of Golden Sand #F2CF67
Tints of Golden Sand #F2CF67
RGB
CMYK
RGB Variations
Color information
#F2CF67 (or 0xF2CF67) is known color: Golden Sand. HEX triplet: F2, CF and 67. RGB value is (242,207,103). Sum of RGB (Red+Green+Blue) = 242+207+103=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF67 is #0D3098. Grayscale: #CECECE. Windows color (decimal): -864409 or 6803442. OLE color: 6803442.
HSL color Cylindrical-coordinate representation of color #F2CF67: hue angle of 44.89º 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 #F2CF67 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 103 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.05 |
| HSL | 44.89º | 0.84% | 0.68% | - |
| HSV(B) | 44.89º | 0.57% | 0.95% | - |
| XYZ | 61.38 | 64.48 | 22.04 | - |
| YUV | 205.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 103 | 0 | 0.14 | 0.57 | 0.05 | 44.89 | 0.84 | 0.68 |
| Hex | F2 | CF | 67 | 0 | E | 39 | 5 | 2D | 54 | 44 |
| Octal | 362 | 317 | 147 | 0 | 16 | 71 | 5 | 55 | 124 | 104 |
| Binary | 11110010 | 11001111 | 1100111 | 0 | 1110 | 111001 | 101 | 101101 | 1010100 | 1000100 |
Color Harmonies of #F2CF67
Complementary color
Monochromatic Colors of #F2CF67
Black with #F2CF67
Text Example
Text Example
White with #F2CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF67; }
p { color: rgb(242,207,103); }
H1.HeaderClassName
{
color: #F2CF67;
}
.AnyTagClassName
{
color: #F2CF67;
}
</style>
background-color css
<style>
a { background-color: #F2CF67; }
a { background-color: rgb(242,207,103); }
div.DivClassName
{
background-color: #F2CF67;
}
.BgClassName
{
background-color: #F2CF67;
}
</style>
border-color css
<style>
span { border-color: #F2CF67; }
span { border-color: rgb(242,207,103); }
td.TdClassName
{
border-color: #F2CF67;
}
.TagClassName
{
border-color: #F2CF67;
}
</style>