#F5C865

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

Shades of Golden Sand #F5C865

Tints of Golden Sand #F5C865

Color information

#F5C865 (or 0xF5C865) is unknown color: approx Golden Sand. HEX triplet: F5, C8 and 65. RGB value is (245,200,101). Sum of RGB (Red+Green+Blue) = 245+200+101=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C865 is #0A379A. Grayscale: #CACACA. Windows color (decimal): -669595 or 6670581. OLE color: 6670581.

HSL color Cylindrical-coordinate representation of color #F5C865: hue angle of 41.25º 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 #F5C865 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245200101-
CMYK00.180.590.04
HSL41.25º87.8%67.84%-
HSV(B)41.25º58.78%96.08%-
XYZ60.6661.6621.02-
YUV202.1770.91158.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 101 (39.84% from 255) = 18.50%
R=44.87%
G=36.63%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520010100.180.590.0441.2587.867.84
HexF5C8650123B4295844
Octal36531014502273451130104
Binary1111010111001000110010101001011101110010100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C865; }

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

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

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

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

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

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

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

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