#F1C868

Color #F1C868 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #F1C868

Tints of Golden Sand #F1C868

Color information

#F1C868 (or 0xF1C868) is unknown color: approx Golden Sand. HEX triplet: F1, C8 and 68. RGB value is (241,200,104). Sum of RGB (Red+Green+Blue) = 241+200+104=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C868 is #0E3797. Grayscale: #C9C9C9. Windows color (decimal): -931736 or 6867185. OLE color: 6867185.

HSL color Cylindrical-coordinate representation of color #F1C868: hue angle of 42.04º 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 #F1C868 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB241200104-
CMYK00.170.570.05
HSL42.04º83.03%67.65%-
HSV(B)42.04º56.85%94.51%-
XYZ59.4361.0121.74-
YUV201.3273.08156.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 200 (78.52% from 255) = 36.70%
BLUE value IS 104 (41.02% from 255) = 19.08%
R=44.22%
G=36.70%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120010400.170.570.0542.0483.0367.65
HexF1C8680113952a5344
Octal36131015002171552123104
Binary1111000111001000110100001000111100110110101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C868; }

 p { color: rgb(241,200,104); }

 H1.HeaderClassName
 {
   color: #F1C868;
 }
 .AnyTagClassName
 {
   color: #F1C868;
 }
</style>
background-color css

<style>
 a { background-color: #F1C868; }

 a { background-color: rgb(241,200,104); }

 div.DivClassName
 {
   background-color: #F1C868;
 }
 .BgClassName
 {
   background-color: #F1C868;
 }
</style>
border-color css

<style>
 span { border-color: #F1C868; }

 span { border-color: rgb(241,200,104); }

 td.TdClassName
 {
   border-color: #F1C868;
 }
 .TagClassName
 {
   border-color: #F1C868;
 }
</style>