#F4D16F

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

Shades of Golden Sand #F4D16F

Tints of Golden Sand #F4D16F

Color information

#F4D16F (or 0xF4D16F) is unknown color: approx Golden Sand. HEX triplet: F4, D1 and 6F. RGB value is (244,209,111). Sum of RGB (Red+Green+Blue) = 244+209+111=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D16F is #0B2E90. Grayscale: #D0D0D0. Windows color (decimal): -732817 or 7328244. OLE color: 7328244.

HSL color Cylindrical-coordinate representation of color #F4D16F: hue angle of 44.21º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4D16F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244209111-
CMYK00.140.550.04
HSL44.21º85.81%69.61%-
HSV(B)44.21º54.51%95.69%-
XYZ62.9865.9824.46-
YUV208.2973.1153.47-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 209 (82.03% from 255) = 37.06%
BLUE value IS 111 (43.75% from 255) = 19.68%
R=43.26%
G=37.06%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420911100.140.550.0444.2185.8169.61
HexF4D16F0E3742c5646
Octal36432115701667454126106
Binary111101001101000111011110111011011110010110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D16F; }

 p { color: rgb(244,209,111); }

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

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

 a { background-color: rgb(244,209,111); }

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

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

 span { border-color: rgb(244,209,111); }

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