Html Css Color HEX #F0D46D Golden Sand

📋 copy color: '#F0D46D'

red 240 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #F0D46D

Tints of Golden Sand #F0D46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 42.78%
G = 37.79%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D46D (or 0xF0D46D) is known color: Golden Sand. HEX triplet: F0, D4 and 6D. RGB value is (240,212,109). Sum of RGB (Red+Green+Blue) = 240+212+109=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D46D is #0F2B92. Grayscale: #D1D1D1. Windows color (decimal): -994195 or 7197936. OLE color: 7197936.

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

Color convert

RGB 240 212 109 -
CMYK 0 0.12 0.55 0.06
HSL 47.18º 0.81% 0.68% -
HSV(B) 47.18º 0.55% 0.94% -
XYZ 62.24 66.72 24.07 -
YUV 208.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 240 212 109 0 0.12 0.55 0.06 47.18 0.81 0.68
Hex F0 D4 6D 0 C 37 6 2F 51 44
Octal 360 324 155 0 14 67 6 57 121 104
Binary 11110000 11010100 1101101 0 1100 110111 110 101111 1010001 1000100

Color Harmonies of #F0D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D46D

Black with #F0D46D

Text Example


Text Example

White with #F0D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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