#F4D471

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

Shades of Golden Sand #F4D471

Tints of Golden Sand #F4D471

Color information

#F4D471 (or 0xF4D471) is unknown color: approx Golden Sand. HEX triplet: F4, D4 and 71. RGB value is (244,212,113). Sum of RGB (Red+Green+Blue) = 244+212+113=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D471 is #0B2B8E. Grayscale: #D2D2D2. Windows color (decimal): -732047 or 7460084. OLE color: 7460084.

HSL color Cylindrical-coordinate representation of color #F4D471: hue angle of 45.34º 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 #F4D471 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244212113-
CMYK00.130.540.04
HSL45.34º85.62%70%-
HSV(B)45.34º53.69%95.69%-
XYZ63.8367.5125.29-
YUV210.2873.1152.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.88%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=42.88%
G=37.26%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421211300.130.540.0445.3485.6270
HexF4D4710D3642d5646
Octal36432416101566455126106
Binary111101001101010011100010110111011010010110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D471; }

 p { color: rgb(244,212,113); }

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

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

 a { background-color: rgb(244,212,113); }

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

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

 span { border-color: rgb(244,212,113); }

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