#F0D363

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

Shades of Golden Sand #F0D363

Tints of Golden Sand #F0D363

Color information

#F0D363 (or 0xF0D363) is unknown color: approx Golden Sand. HEX triplet: F0, D3 and 63. RGB value is (240,211,99). Sum of RGB (Red+Green+Blue) = 240+211+99=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D363 is #0F2C9C. Grayscale: #CFCFCF. Windows color (decimal): -994461 or 6542320. OLE color: 6542320.

HSL color Cylindrical-coordinate representation of color #F0D363: hue angle of 47.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0D363 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB24021199-
CMYK00.120.590.06
HSL47.66º82.46%66.47%-
HSV(B)47.66º58.75%94.12%-
XYZ61.4866.0121.31-
YUV206.967.11151.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.64%
GREEN value IS 211 (82.81% from 255) = 38.36%
BLUE value IS 99 (39.06% from 255) = 18%
R=43.64%
G=38.36%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402119900.120.590.0647.6682.4666.47
HexF0D3630C3B6305242
Octal36032314301473660122102
Binary111100001101001111000110110011101111011000010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D363; }

 p { color: rgb(240,211,99); }

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

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

 a { background-color: rgb(240,211,99); }

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

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

 span { border-color: rgb(240,211,99); }

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