#F4D070

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

Shades of Golden Sand #F4D070

Tints of Golden Sand #F4D070

Color information

#F4D070 (or 0xF4D070) is unknown color: approx Golden Sand. HEX triplet: F4, D0 and 70. RGB value is (244,208,112). Sum of RGB (Red+Green+Blue) = 244+208+112=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D070 is #0B2F8F. Grayscale: #D0D0D0. Windows color (decimal): -733072 or 7393524. OLE color: 7393524.

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

Color convert

RGB244208112-
CMYK00.150.540.04
HSL43.64º85.71%69.8%-
HSV(B)43.64º54.1%95.69%-
XYZ62.7965.5124.67-
YUV207.8273.93153.81-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=43.26%
G=36.88%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420811200.150.540.0443.6485.7169.8
HexF4D0700F3642c5646
Octal36432016001766454126106
Binary111101001101000011100000111111011010010110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D070; }

 p { color: rgb(244,208,112); }

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

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

 a { background-color: rgb(244,208,112); }

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

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

 span { border-color: rgb(244,208,112); }

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