#F5D265

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

Shades of Golden Sand #F5D265

Tints of Golden Sand #F5D265

Color information

#F5D265 (or 0xF5D265) is unknown color: approx Golden Sand. HEX triplet: F5, D2 and 65. RGB value is (245,210,101). Sum of RGB (Red+Green+Blue) = 245+210+101=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D265 is #0A2D9A. Grayscale: #D0D0D0. Windows color (decimal): -667035 or 6673141. OLE color: 6673141.

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

Color convert

RGB245210101-
CMYK00.140.590.04
HSL45.42º87.8%67.84%-
HSV(B)45.42º58.78%96.08%-
XYZ63.0566.4521.81-
YUV208.0467.6154.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 101 (39.84% from 255) = 18.17%
R=44.06%
G=37.77%
B=18.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521010100.140.590.0445.4287.867.84
HexF5D2650E3B42d5844
Octal36532214501673455130104
Binary111101011101001011001010111011101110010110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D265; }

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

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

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

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

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

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

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

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