#F6D56F

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

Shades of Golden Sand #F6D56F

Tints of Golden Sand #F6D56F

Color information

#F6D56F (or 0xF6D56F) is unknown color: approx Golden Sand. HEX triplet: F6, D5 and 6F. RGB value is (246,213,111). Sum of RGB (Red+Green+Blue) = 246+213+111=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D56F is #092A90. Grayscale: #D3D3D3. Windows color (decimal): -600721 or 7329270. OLE color: 7329270.

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

Color convert

RGB246213111-
CMYK00.130.550.04
HSL45.33º88.24%70%-
HSV(B)45.33º54.88%96.47%-
XYZ64.6768.3324.82-
YUV211.2471.43152.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 111 (43.75% from 255) = 19.47%
R=43.16%
G=37.37%
B=19.47%

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
Decimal24621311100.130.550.0445.3388.2470
HexF6D56F0D3742d5846
Octal36632515701567455130106
Binary111101101101010111011110110111011110010110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D56F; }

 p { color: rgb(246,213,111); }

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

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

 a { background-color: rgb(246,213,111); }

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

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

 span { border-color: rgb(246,213,111); }

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