Html Css Color HEX #F0DA6D Golden Sand

📋 copy color: '#F0DA6D'

red 240 ◦ green 218 ◦ blue 109

#F0DA6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #F0DA6D

Tints of Golden Sand #F0DA6D

RGB

 RED value IS 240 (94.14% from 255) = 42.33%

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 42.33%
G = 38.45%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0DA6D (or 0xF0DA6D) is known color: Golden Sand. HEX triplet: F0, DA and 6D. RGB value is (240,218,109). Sum of RGB (Red+Green+Blue) = 240+218+109=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA6D is #0F2592. Grayscale: #D4D4D4. Windows color (decimal): -992659 or 7199472. OLE color: 7199472.

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

Color convert

RGB 240 218 109 -
CMYK 0 0.09 0.55 0.06
HSL 49.92º 0.81% 0.68% -
HSV(B) 49.92º 0.55% 0.94% -
XYZ 63.77 69.77 24.57 -
YUV 212.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 240 218 109 0 0.09 0.55 0.06 49.92 0.81 0.68
Hex F0 DA 6D 0 9 37 6 32 51 44
Octal 360 332 155 0 11 67 6 62 121 104
Binary 11110000 11011010 1101101 0 1001 110111 110 110010 1010001 1000100

Color Harmonies of #F0DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA6D

Black with #F0DA6D

Text Example


Text Example

White with #F0DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA6D; }

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

 H1.HeaderClassName
 {
   color: #F0DA6D;
 }
 .AnyTagClassName
 {
   color: #F0DA6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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