Html Css Color HEX #F0B86E Harvest Gold

📋 copy color: '#F0B86E'

red 240 ◦ green 184 ◦ blue 110

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

Shades of Harvest Gold #F0B86E

Tints of Harvest Gold #F0B86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 110 (43.36% from 255) = 20.6%

R = 44.94%
G = 34.46%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0B86E (or 0xF0B86E) is known color: Harvest Gold. HEX triplet: F0, B8 and 6E. RGB value is (240,184,110). Sum of RGB (Red+Green+Blue) = 240+184+110=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B86E is #0F4791. Grayscale: #C0C0C0. Windows color (decimal): -1001362 or 7256304. OLE color: 7256304.

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

Color convert

RGB 240 184 110 -
CMYK 0 0.23 0.54 0.06
HSL 34.15º 0.81% 0.69% -
HSV(B) 34.15º 0.54% 0.94% -
XYZ 55.89 53.93 22.22 -
YUV 192.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 240 184 110 0 0.23 0.54 0.06 34.15 0.81 0.69
Hex F0 B8 6E 0 17 36 6 22 51 45
Octal 360 270 156 0 27 66 6 42 121 105
Binary 11110000 10111000 1101110 0 10111 110110 110 100010 1010001 1000101

Color Harmonies of #F0B86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B86E

Black with #F0B86E

Text Example


Text Example

White with #F0B86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B86E; }

 p { color: rgb(240,184,110); }

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

background-color css

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

 a { background-color: rgb(240,184,110); }

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

border-color css

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

 span { border-color: rgb(240,184,110); }

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