#F1C967

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

Shades of Golden Sand #F1C967

Tints of Golden Sand #F1C967

Color information

#F1C967 (or 0xF1C967) is unknown color: approx Golden Sand. HEX triplet: F1, C9 and 67. RGB value is (241,201,103). Sum of RGB (Red+Green+Blue) = 241+201+103=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C967 is #0E3698. Grayscale: #CACACA. Windows color (decimal): -931481 or 6801905. OLE color: 6801905.

HSL color Cylindrical-coordinate representation of color #F1C967: hue angle of 42.61º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1C967 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB241201103-
CMYK00.170.570.05
HSL42.61º83.13%67.45%-
HSV(B)42.61º57.26%94.51%-
XYZ59.6161.4521.55-
YUV201.7972.25155.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 103 (40.62% from 255) = 18.90%
R=44.22%
G=36.88%
B=18.90%

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
Decimal24120110300.170.570.0542.6183.1367.45
HexF1C9670113952b5343
Octal36131114702171553123103
Binary1111000111001001110011101000111100110110101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C967; }

 p { color: rgb(241,201,103); }

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

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

 a { background-color: rgb(241,201,103); }

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

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

 span { border-color: rgb(241,201,103); }

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