#F0DA68

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

Shades of Golden Sand #F0DA68

Tints of Golden Sand #F0DA68

Color information

#F0DA68 (or 0xF0DA68) is unknown color: approx Golden Sand. HEX triplet: F0, DA and 68. RGB value is (240,218,104). Sum of RGB (Red+Green+Blue) = 240+218+104=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA68 is #0F2597. Grayscale: #D4D4D4. Windows color (decimal): -992664 or 6871792. OLE color: 6871792.

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

Color convert

RGB240218104-
CMYK00.090.570.06
HSL50.29º81.93%67.45%-
HSV(B)50.29º56.67%94.12%-
XYZ63.5169.6723.2-
YUV211.5867.29148.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=42.70%
G=38.79%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021810400.090.570.0650.2981.9367.45
HexF0DA6809396325243
Octal36033215001171662122103
Binary111100001101101011010000100111100111011001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DA68; }

 p { color: rgb(240,218,104); }

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

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

 a { background-color: rgb(240,218,104); }

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

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

 span { border-color: rgb(240,218,104); }

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