Html Css Color HEX #F0BA6F Harvest Gold

📋 copy color: '#F0BA6F'

red 240 ◦ green 186 ◦ blue 111

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

Shades of Harvest Gold #F0BA6F

Tints of Harvest Gold #F0BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 111 (43.75% from 255) = 20.67%

R = 44.69%
G = 34.64%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0BA6F (or 0xF0BA6F) is known color: Harvest Gold. HEX triplet: F0, BA and 6F. RGB value is (240,186,111). Sum of RGB (Red+Green+Blue) = 240+186+111=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA6F is #0F4590. Grayscale: #C1C1C1. Windows color (decimal): -1000849 or 7322352. OLE color: 7322352.

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

Color convert

RGB 240 186 111 -
CMYK 0 0.22 0.54 0.06
HSL 34.88º 0.81% 0.69% -
HSV(B) 34.88º 0.54% 0.94% -
XYZ 56.36 54.79 22.64 -
YUV 193.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 240 186 111 0 0.22 0.54 0.06 34.88 0.81 0.69
Hex F0 BA 6F 0 16 36 6 23 51 45
Octal 360 272 157 0 26 66 6 43 121 105
Binary 11110000 10111010 1101111 0 10110 110110 110 100011 1010001 1000101

Color Harmonies of #F0BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA6F

Black with #F0BA6F

Text Example


Text Example

White with #F0BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA6F; }

 p { color: rgb(240,186,111); }

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

background-color css

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

 a { background-color: rgb(240,186,111); }

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

border-color css

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

 span { border-color: rgb(240,186,111); }

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