Html Css Color HEX #F0D073 Golden Sand

📋 copy color: '#F0D073'

red 240 ◦ green 208 ◦ blue 115

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

Shades of Golden Sand #F0D073

Tints of Golden Sand #F0D073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.94%

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

R = 42.63%
G = 36.94%
B = 20.43%

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

#F0D073 (or 0xF0D073) is known color: Golden Sand. HEX triplet: F0, D0 and 73. RGB value is (240,208,115). Sum of RGB (Red+Green+Blue) = 240+208+115=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D073 is #0F2F8C. Grayscale: #CFCFCF. Windows color (decimal): -995213 or 7590128. OLE color: 7590128.

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

Color convert

RGB 240 208 115 -
CMYK 0 0.13 0.52 0.06
HSL 44.64º 0.81% 0.7% -
HSV(B) 44.64º 0.52% 0.94% -
XYZ 61.59 64.87 25.5 -
YUV 206.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 240 208 115 0 0.13 0.52 0.06 44.64 0.81 0.7
Hex F0 D0 73 0 D 34 6 2D 51 46
Octal 360 320 163 0 15 64 6 55 121 106
Binary 11110000 11010000 1110011 0 1101 110100 110 101101 1010001 1000110

Color Harmonies of #F0D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D073

Black with #F0D073

Text Example


Text Example

White with #F0D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D073; }

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

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

background-color css

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

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

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

border-color css

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

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

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