Shades of Golden Sand #F2CE67
Tints of Golden Sand #F2CE67
RGB
CMYK
RGB Variations
Color information
#F2CE67 (or 0xF2CE67) is known color: Golden Sand. HEX triplet: F2, CE and 67. RGB value is (242,206,103). Sum of RGB (Red+Green+Blue) = 242+206+103=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE67 is #0D3198. Grayscale: #CDCDCD. Windows color (decimal): -864665 or 6803186. OLE color: 6803186.
HSL color Cylindrical-coordinate representation of color #F2CE67: hue angle of 44.46º 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 #F2CE67 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 103 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.05 |
| HSL | 44.46º | 0.84% | 0.68% | - |
| HSV(B) | 44.46º | 0.57% | 0.95% | - |
| XYZ | 61.14 | 64 | 21.96 | - |
| YUV | 205.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 103 | 0 | 0.15 | 0.57 | 0.05 | 44.46 | 0.84 | 0.68 |
| Hex | F2 | CE | 67 | 0 | F | 39 | 5 | 2C | 54 | 44 |
| Octal | 362 | 316 | 147 | 0 | 17 | 71 | 5 | 54 | 124 | 104 |
| Binary | 11110010 | 11001110 | 1100111 | 0 | 1111 | 111001 | 101 | 101100 | 1010100 | 1000100 |
Color Harmonies of #F2CE67
Complementary color
Monochromatic Colors of #F2CE67
Black with #F2CE67
Text Example
Text Example
White with #F2CE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CE67; }
p { color: rgb(242,206,103); }
H1.HeaderClassName
{
color: #F2CE67;
}
.AnyTagClassName
{
color: #F2CE67;
}
</style>
background-color css
<style>
a { background-color: #F2CE67; }
a { background-color: rgb(242,206,103); }
div.DivClassName
{
background-color: #F2CE67;
}
.BgClassName
{
background-color: #F2CE67;
}
</style>
border-color css
<style>
span { border-color: #F2CE67; }
span { border-color: rgb(242,206,103); }
td.TdClassName
{
border-color: #F2CE67;
}
.TagClassName
{
border-color: #F2CE67;
}
</style>