#F5D568

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

Shades of Golden Sand #F5D568

Tints of Golden Sand #F5D568

Color information

#F5D568 (or 0xF5D568) is unknown color: approx Golden Sand. HEX triplet: F5, D5 and 68. RGB value is (245,213,104). Sum of RGB (Red+Green+Blue) = 245+213+104=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D568 is #0A2A97. Grayscale: #D2D2D2. Windows color (decimal): -666264 or 6870517. OLE color: 6870517.

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

Color convert

RGB245213104-
CMYK00.130.580.04
HSL46.38º87.58%68.43%-
HSV(B)46.38º57.55%96.08%-
XYZ63.956822.85-
YUV210.1468.1152.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=43.59%
G=37.90%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521310400.130.580.0446.3887.5868.43
HexF5D5680D3A42e5844
Octal36532515001572456130104
Binary111101011101010111010000110111101010010111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D568; }

 p { color: rgb(245,213,104); }

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

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

 a { background-color: rgb(245,213,104); }

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

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

 span { border-color: rgb(245,213,104); }

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