Html Css Color HEX #F0C66D Golden Sand

📋 copy color: '#F0C66D'

red 240 ◦ green 198 ◦ blue 109

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

Shades of Golden Sand #F0C66D

Tints of Golden Sand #F0C66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 43.88%
G = 36.2%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0C66D (or 0xF0C66D) is known color: Golden Sand. HEX triplet: F0, C6 and 6D. RGB value is (240,198,109). Sum of RGB (Red+Green+Blue) = 240+198+109=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C66D is #0F3992. Grayscale: #C8C8C8. Windows color (decimal): -997779 or 7194352. OLE color: 7194352.

HSL color Cylindrical-coordinate representation of color #F0C66D: hue angle of 40.76º 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 #F0C66D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 109 -
CMYK 0 0.18 0.55 0.06
HSL 40.76º 0.81% 0.68% -
HSV(B) 40.76º 0.55% 0.94% -
XYZ 58.89 60.02 22.95 -
YUV 200.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 240 198 109 0 0.18 0.55 0.06 40.76 0.81 0.68
Hex F0 C6 6D 0 12 37 6 29 51 44
Octal 360 306 155 0 22 67 6 51 121 104
Binary 11110000 11000110 1101101 0 10010 110111 110 101001 1010001 1000100

Color Harmonies of #F0C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C66D

Black with #F0C66D

Text Example


Text Example

White with #F0C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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