#f5d36e

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

Shades of Golden Sand #F5D36E

Tints of Golden Sand #F5D36E

Color information

#F5D36E (or 0xF5D36E) is unknown color: approx Golden Sand. HEX triplet: F5, D3 and 6E. RGB value is (245,211,110). Sum of RGB (Red+Green+Blue) = 245+211+110=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D36E is #0A2C91. Grayscale: #D2D2D2. Windows color (decimal): -666770 or 7263221. OLE color: 7263221.

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

Color convert

RGB245211110-
CMYK00.140.550.04
HSL44.89º87.1%69.61%-
HSV(B)44.89º55.1%96.08%-
XYZ63.7667.1324.35-
YUV209.6571.76153.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 110 (43.36% from 255) = 19.43%
R=43.29%
G=37.28%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521111000.140.550.0444.8987.169.61
HexF5D36E0E3742d5746
Octal36532315601667455127106
Binary111101011101001111011100111011011110010110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5d36e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5d36e; }

 p { color: rgb(245,211,110); }

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

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

 a { background-color: rgb(245,211,110); }

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

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

 span { border-color: rgb(245,211,110); }

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