#F5D26D

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

Shades of Golden Sand #F5D26D

Tints of Golden Sand #F5D26D

Color information

#F5D26D (or 0xF5D26D) is unknown color: approx Golden Sand. HEX triplet: F5, D2 and 6D. RGB value is (245,210,109). Sum of RGB (Red+Green+Blue) = 245+210+109=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D26D is #0A2D92. Grayscale: #D1D1D1. Windows color (decimal): -667027 or 7197429. OLE color: 7197429.

HSL color Cylindrical-coordinate representation of color #F5D26D: hue angle of 44.56º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5D26D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245210109-
CMYK00.140.560.04
HSL44.56º87.18%69.41%-
HSV(B)44.56º55.51%96.08%-
XYZ63.4666.6123.98-
YUV208.9571.6153.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 109 (42.97% from 255) = 19.33%
R=43.44%
G=37.23%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521010900.140.560.0444.5687.1869.41
HexF5D26D0E3842d5745
Octal36532215501670455127105
Binary111101011101001011011010111011100010010110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D26D; }

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

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

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

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

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

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

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

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