#F2D471

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

Shades of Golden Sand #F2D471

Tints of Golden Sand #F2D471

Color information

#F2D471 (or 0xF2D471) is unknown color: approx Golden Sand. HEX triplet: F2, D4 and 71. RGB value is (242,212,113). Sum of RGB (Red+Green+Blue) = 242+212+113=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D471 is #0D2B8E. Grayscale: #D2D2D2. Windows color (decimal): -863119 or 7460082. OLE color: 7460082.

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

Color convert

RGB242212113-
CMYK00.120.530.05
HSL46.05º83.23%69.61%-
HSV(B)46.05º53.31%94.9%-
XYZ63.1467.1625.26-
YUV209.6873.44151.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=42.68%
G=37.39%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221211300.120.530.0546.0583.2369.61
HexF2D4710C3552e5346
Octal36232416101465556123106
Binary111100101101010011100010110011010110110111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D471; }

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

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

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

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

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

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

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

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