#F4D468

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

Shades of Golden Sand #F4D468

Tints of Golden Sand #F4D468

Color information

#F4D468 (or 0xF4D468) is unknown color: approx Golden Sand. HEX triplet: F4, D4 and 68. RGB value is (244,212,104). Sum of RGB (Red+Green+Blue) = 244+212+104=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D468 is #0B2B97. Grayscale: #D1D1D1. Windows color (decimal): -732056 or 6870260. OLE color: 6870260.

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

Color convert

RGB244212104-
CMYK00.130.570.04
HSL46.29º86.42%68.24%-
HSV(B)46.29º57.38%95.69%-
XYZ63.3567.3222.75-
YUV209.2668.6152.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.57%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 104 (41.02% from 255) = 18.57%
R=43.57%
G=37.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421210400.130.570.0446.2986.4268.24
HexF4D4680D3942e5644
Octal36432415001571456126104
Binary111101001101010011010000110111100110010111010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D468; }

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

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

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

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

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

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

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

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