Shades of Golden Sand #F1CC65
Tints of Golden Sand #F1CC65
RGB
CMYK
RGB Variations
Color information
#F1CC65 (or 0xF1CC65) is known color: Golden Sand. HEX triplet: F1, CC and 65. RGB value is (241,204,101). Sum of RGB (Red+Green+Blue) = 241+204+101=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC65 is #0E339A. Grayscale: #CBCBCB. Windows color (decimal): -930715 or 6671601. OLE color: 6671601.
HSL color Cylindrical-coordinate representation of color #F1CC65: hue angle of 44.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1CC65 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 101 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.05 |
| HSL | 44.14º | 0.83% | 0.67% | - |
| HSV(B) | 44.14º | 0.58% | 0.95% | - |
| XYZ | 60.22 | 62.83 | 21.26 | - |
| YUV | 203.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 101 | 0 | 0.15 | 0.58 | 0.05 | 44.14 | 0.83 | 0.67 |
| Hex | F1 | CC | 65 | 0 | F | 3A | 5 | 2C | 53 | 43 |
| Octal | 361 | 314 | 145 | 0 | 17 | 72 | 5 | 54 | 123 | 103 |
| Binary | 11110001 | 11001100 | 1100101 | 0 | 1111 | 111010 | 101 | 101100 | 1010011 | 1000011 |
Color Harmonies of #F1CC65
Complementary color
Monochromatic Colors of #F1CC65
Black with #F1CC65
Text Example
Text Example
White with #F1CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CC65; }
p { color: rgb(241,204,101); }
H1.HeaderClassName
{
color: #F1CC65;
}
.AnyTagClassName
{
color: #F1CC65;
}
</style>
background-color css
<style>
a { background-color: #F1CC65; }
a { background-color: rgb(241,204,101); }
div.DivClassName
{
background-color: #F1CC65;
}
.BgClassName
{
background-color: #F1CC65;
}
</style>
border-color css
<style>
span { border-color: #F1CC65; }
span { border-color: rgb(241,204,101); }
td.TdClassName
{
border-color: #F1CC65;
}
.TagClassName
{
border-color: #F1CC65;
}
</style>