#F0DC65

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

Shades of Golden Sand #F0DC65

Tints of Golden Sand #F0DC65

Color information

#F0DC65 (or 0xF0DC65) is unknown color: approx Golden Sand. HEX triplet: F0, DC and 65. RGB value is (240,220,101). Sum of RGB (Red+Green+Blue) = 240+220+101=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC65 is #0F239A. Grayscale: #D4D4D4. Windows color (decimal): -992155 or 6675696. OLE color: 6675696.

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

Color convert

RGB240220101-
CMYK00.080.580.06
HSL51.37º82.25%66.86%-
HSV(B)51.37º57.92%94.12%-
XYZ63.8870.6522.58-
YUV212.4165.13147.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 101 (39.84% from 255) = 18.00%
R=42.78%
G=39.22%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022010100.080.580.0651.3782.2566.86
HexF0DC65083A6335243
Octal36033414501072663122103
Binary111100001101110011001010100011101011011001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC65; }

 p { color: rgb(240,220,101); }

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

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

 a { background-color: rgb(240,220,101); }

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

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

 span { border-color: rgb(240,220,101); }

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