Shades of Golden Sand #F1CD68
Tints of Golden Sand #F1CD68
RGB
CMYK
RGB Variations
Color information
#F1CD68 (or 0xF1CD68) is known color: Golden Sand. HEX triplet: F1, CD and 68. RGB value is (241,205,104). Sum of RGB (Red+Green+Blue) = 241+205+104=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CD68 is #0E3297. Grayscale: #CCCCCC. Windows color (decimal): -930456 or 6868465. OLE color: 6868465.
HSL color Cylindrical-coordinate representation of color #F1CD68: hue angle of 44.23º degrees, saturation: 0.83, 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 #F1CD68 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 104 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.05 |
| HSL | 44.23º | 0.83% | 0.68% | - |
| HSV(B) | 44.23º | 0.57% | 0.95% | - |
| XYZ | 60.61 | 63.36 | 22.13 | - |
| YUV | 204.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 104 | 0 | 0.15 | 0.57 | 0.05 | 44.23 | 0.83 | 0.68 |
| Hex | F1 | CD | 68 | 0 | F | 39 | 5 | 2C | 53 | 44 |
| Octal | 361 | 315 | 150 | 0 | 17 | 71 | 5 | 54 | 123 | 104 |
| Binary | 11110001 | 11001101 | 1101000 | 0 | 1111 | 111001 | 101 | 101100 | 1010011 | 1000100 |
Color Harmonies of #F1CD68
Complementary color
Monochromatic Colors of #F1CD68
Black with #F1CD68
Text Example
Text Example
White with #F1CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CD68; }
p { color: rgb(241,205,104); }
H1.HeaderClassName
{
color: #F1CD68;
}
.AnyTagClassName
{
color: #F1CD68;
}
</style>
background-color css
<style>
a { background-color: #F1CD68; }
a { background-color: rgb(241,205,104); }
div.DivClassName
{
background-color: #F1CD68;
}
.BgClassName
{
background-color: #F1CD68;
}
</style>
border-color css
<style>
span { border-color: #F1CD68; }
span { border-color: rgb(241,205,104); }
td.TdClassName
{
border-color: #F1CD68;
}
.TagClassName
{
border-color: #F1CD68;
}
</style>