#F5D36F

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

Shades of Golden Sand #F5D36F

Tints of Golden Sand #F5D36F

Color information

#F5D36F (or 0xF5D36F) is unknown color: approx Golden Sand. HEX triplet: F5, D3 and 6F. RGB value is (245,211,111). Sum of RGB (Red+Green+Blue) = 245+211+111=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D36F is #0A2C90. Grayscale: #D2D2D2. Windows color (decimal): -666769 or 7328757. OLE color: 7328757.

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

Color convert

RGB245211111-
CMYK00.140.550.04
HSL44.78º87.01%69.8%-
HSV(B)44.78º54.69%96.08%-
XYZ63.8267.1524.64-
YUV209.7772.26153.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 111 (43.75% from 255) = 19.58%
R=43.21%
G=37.21%
B=19.58%

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
Decimal24521111100.140.550.0444.7887.0169.8
HexF5D36F0E3742d5746
Octal36532315701667455127106
Binary111101011101001111011110111011011110010110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D36F; }

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

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

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

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

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

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

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

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