Html Css Color HEX #F0D173 Golden Sand

📋 copy color: '#F0D173'

red 240 ◦ green 209 ◦ blue 115

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

Shades of Golden Sand #F0D173

Tints of Golden Sand #F0D173

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.06%

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 42.55%
G = 37.06%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0D173 (or 0xF0D173) is known color: Golden Sand. HEX triplet: F0, D1 and 73. RGB value is (240,209,115). Sum of RGB (Red+Green+Blue) = 240+209+115=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D173 is #0F2E8C. Grayscale: #CFCFCF. Windows color (decimal): -994957 or 7590384. OLE color: 7590384.

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

Color convert

RGB 240 209 115 -
CMYK 0 0.13 0.52 0.06
HSL 45.12º 0.81% 0.7% -
HSV(B) 45.12º 0.52% 0.94% -
XYZ 61.83 65.36 25.58 -
YUV 207.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 240 209 115 0 0.13 0.52 0.06 45.12 0.81 0.7
Hex F0 D1 73 0 D 34 6 2D 51 46
Octal 360 321 163 0 15 64 6 55 121 106
Binary 11110000 11010001 1110011 0 1101 110100 110 101101 1010001 1000110

Color Harmonies of #F0D173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D173

Black with #F0D173

Text Example


Text Example

White with #F0D173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D173; }

 p { color: rgb(240,209,115); }

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

background-color css

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

 a { background-color: rgb(240,209,115); }

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

border-color css

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

 span { border-color: rgb(240,209,115); }

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