#F5D366

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

Shades of Golden Sand #F5D366

Tints of Golden Sand #F5D366

Color information

#F5D366 (or 0xF5D366) is unknown color: approx Golden Sand. HEX triplet: F5, D3 and 66. RGB value is (245,211,102). Sum of RGB (Red+Green+Blue) = 245+211+102=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D366 is #0A2C99. Grayscale: #D1D1D1. Windows color (decimal): -666778 or 6738933. OLE color: 6738933.

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

Color convert

RGB245211102-
CMYK00.140.580.04
HSL45.73º87.73%68.04%-
HSV(B)45.73º58.37%96.08%-
XYZ63.3566.9622.16-
YUV208.7467.76153.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 102 (40.23% from 255) = 18.28%
R=43.91%
G=37.81%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521110200.140.580.0445.7387.7368.04
HexF5D3660E3A42e5844
Octal36532314601672456130104
Binary111101011101001111001100111011101010010111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D366; }

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

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

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

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

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

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

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

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