Html Css Color HEX #F0D86C Golden Sand

📋 copy color: '#F0D86C'

red 240 ◦ green 216 ◦ blue 108

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

Shades of Golden Sand #F0D86C

Tints of Golden Sand #F0D86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

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

R = 42.55%
G = 38.3%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D86C (or 0xF0D86C) is known color: Golden Sand. HEX triplet: F0, D8 and 6C. RGB value is (240,216,108). Sum of RGB (Red+Green+Blue) = 240+216+108=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D86C is #0F2793. Grayscale: #D3D3D3. Windows color (decimal): -993172 or 7133424. OLE color: 7133424.

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

Color convert

RGB 240 216 108 -
CMYK 0 0.1 0.55 0.06
HSL 49.09º 0.81% 0.68% -
HSV(B) 49.09º 0.55% 0.94% -
XYZ 63.2 68.72 24.12 -
YUV 210.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 240 216 108 0 0.1 0.55 0.06 49.09 0.81 0.68
Hex F0 D8 6C 0 A 37 6 31 51 44
Octal 360 330 154 0 12 67 6 61 121 104
Binary 11110000 11011000 1101100 0 1010 110111 110 110001 1010001 1000100

Color Harmonies of #F0D86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D86C

Black with #F0D86C

Text Example


Text Example

White with #F0D86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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