#F5D46F

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

Shades of Golden Sand #F5D46F

Tints of Golden Sand #F5D46F

Color information

#F5D46F (or 0xF5D46F) is unknown color: approx Golden Sand. HEX triplet: F5, D4 and 6F. RGB value is (245,212,111). Sum of RGB (Red+Green+Blue) = 245+212+111=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D46F is #0A2B90. Grayscale: #D2D2D2. Windows color (decimal): -666513 or 7329013. OLE color: 7329013.

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

Color convert

RGB245212111-
CMYK00.130.550.04
HSL45.22º87.01%69.8%-
HSV(B)45.22º54.69%96.08%-
XYZ64.0767.6524.72-
YUV210.3571.93152.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 111 (43.75% from 255) = 19.54%
R=43.13%
G=37.32%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521211100.130.550.0445.2287.0169.8
HexF5D46F0D3742d5746
Octal36532415701567455127106
Binary111101011101010011011110110111011110010110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D46F; }

 p { color: rgb(245,212,111); }

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

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

 a { background-color: rgb(245,212,111); }

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

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

 span { border-color: rgb(245,212,111); }

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