Html Css Color HEX #F0D771 Golden Sand

📋 copy color: '#F0D771'

red 240 ◦ green 215 ◦ blue 113

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

Shades of Golden Sand #F0D771

Tints of Golden Sand #F0D771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 42.25%
G = 37.85%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0D771 (or 0xF0D771) is known color: Golden Sand. HEX triplet: F0, D7 and 71. RGB value is (240,215,113). Sum of RGB (Red+Green+Blue) = 240+215+113=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D771 is #0F288E. Grayscale: #D3D3D3. Windows color (decimal): -993423 or 7460848. OLE color: 7460848.

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

Color convert

RGB 240 215 113 -
CMYK 0 0.10 0.53 0.06
HSL 48.19º 0.81% 0.69% -
HSV(B) 48.19º 0.53% 0.94% -
XYZ 63.22 68.32 25.48 -
YUV 210.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 240 215 113 0 0.10 0.53 0.06 48.19 0.81 0.69
Hex F0 D7 71 0 A 35 6 30 51 45
Octal 360 327 161 0 12 65 6 60 121 105
Binary 11110000 11010111 1110001 0 1010 110101 110 110000 1010001 1000101

Color Harmonies of #F0D771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D771

Black with #F0D771

Text Example


Text Example

White with #F0D771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D771; }

 p { color: rgb(240,215,113); }

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

background-color css

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

 a { background-color: rgb(240,215,113); }

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

border-color css

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

 span { border-color: rgb(240,215,113); }

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