#F3CF64

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

Shades of Golden Sand #F3CF64

Tints of Golden Sand #F3CF64

Color information

#F3CF64 (or 0xF3CF64) is unknown color: approx Golden Sand. HEX triplet: F3, CF and 64. RGB value is (243,207,100). Sum of RGB (Red+Green+Blue) = 243+207+100=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3CF64 is #0C309B. Grayscale: #CECECE. Windows color (decimal): -798876 or 6606835. OLE color: 6606835.

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

Color convert

RGB243207100-
CMYK00.150.590.05
HSL44.9º85.63%67.25%-
HSV(B)44.9º58.85%95.29%-
XYZ61.5864.621.28-
YUV205.5768.43154.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 100 (39.45% from 255) = 18.18%
R=44.18%
G=37.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320710000.150.590.0544.985.6367.25
HexF3CF640F3B52d5643
Octal36331714401773555126103
Binary111100111100111111001000111111101110110110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CF64; }

 p { color: rgb(243,207,100); }

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

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

 a { background-color: rgb(243,207,100); }

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

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

 span { border-color: rgb(243,207,100); }

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