#F5CD63

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

Shades of Golden Sand #F5CD63

Tints of Golden Sand #F5CD63

Color information

#F5CD63 (or 0xF5CD63) is unknown color: approx Golden Sand. HEX triplet: F5, CD and 63. RGB value is (245,205,99). Sum of RGB (Red+Green+Blue) = 245+205+99=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CD63 is #0A329C. Grayscale: #CDCDCD. Windows color (decimal): -668317 or 6540789. OLE color: 6540789.

HSL color Cylindrical-coordinate representation of color #F5CD63: hue angle of 43.56º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5CD63 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24520599-
CMYK00.160.600.04
HSL43.56º87.95%67.45%-
HSV(B)43.56º59.59%96.08%-
XYZ61.7463.9820.9-
YUV204.8868.25156.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 99 (39.06% from 255) = 18.03%
R=44.63%
G=37.34%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452059900.160.600.0443.5687.9567.45
HexF5CD630103C42c5843
Octal36531514302074454130103
Binary1111010111001101110001101000011110010010110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD63; }

 p { color: rgb(245,205,99); }

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

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

 a { background-color: rgb(245,205,99); }

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

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

 span { border-color: rgb(245,205,99); }

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