#F5CE65

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

Shades of Golden Sand #F5CE65

Tints of Golden Sand #F5CE65

Color information

#F5CE65 (or 0xF5CE65) is unknown color: approx Golden Sand. HEX triplet: F5, CE and 65. RGB value is (245,206,101). Sum of RGB (Red+Green+Blue) = 245+206+101=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE65 is #0A319A. Grayscale: #CECECE. Windows color (decimal): -668059 or 6672117. OLE color: 6672117.

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

Color convert

RGB245206101-
CMYK00.160.590.04
HSL43.75º87.8%67.84%-
HSV(B)43.75º58.78%96.08%-
XYZ62.0864.4921.49-
YUV205.6968.92156.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 101 (39.84% from 255) = 18.30%
R=44.38%
G=37.32%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520610100.160.590.0443.7587.867.84
HexF5CE650103B42c5844
Octal36531614502073454130104
Binary1111010111001110110010101000011101110010110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CE65; }

 p { color: rgb(245,206,101); }

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

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

 a { background-color: rgb(245,206,101); }

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

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

 span { border-color: rgb(245,206,101); }

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