Html Css Color HEX #F0D06C Golden Sand

📋 copy color: '#F0D06C'

red 240 ◦ green 208 ◦ blue 108

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

Shades of Golden Sand #F0D06C

Tints of Golden Sand #F0D06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 43.17%
G = 37.41%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D06C (or 0xF0D06C) is known color: Golden Sand. HEX triplet: F0, D0 and 6C. RGB value is (240,208,108). Sum of RGB (Red+Green+Blue) = 240+208+108=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D06C is #0F2F93. Grayscale: #CECECE. Windows color (decimal): -995220 or 7131376. OLE color: 7131376.

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

Color convert

RGB 240 208 108 -
CMYK 0 0.13 0.55 0.06
HSL 45.45º 0.81% 0.68% -
HSV(B) 45.45º 0.55% 0.94% -
XYZ 61.2 64.72 23.45 -
YUV 206.17 72.6 152.13 -
System Red Green Blue C M Y K H S L
Decimal 240 208 108 0 0.13 0.55 0.06 45.45 0.81 0.68
Hex F0 D0 6C 0 D 37 6 2D 51 44
Octal 360 320 154 0 15 67 6 55 121 104
Binary 11110000 11010000 1101100 0 1101 110111 110 101101 1010001 1000100

Color Harmonies of #F0D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D06C

Black with #F0D06C

Text Example


Text Example

White with #F0D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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