Html Css Color HEX #F0BA62 Harvest Gold

📋 copy color: '#F0BA62'

red 240 ◦ green 186 ◦ blue 98

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

Shades of Harvest Gold #F0BA62

Tints of Harvest Gold #F0BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 45.8%
G = 35.5%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0BA62 (or 0xF0BA62) is known color: Harvest Gold. HEX triplet: F0, BA and 62. RGB value is (240,186,98). Sum of RGB (Red+Green+Blue) = 240+186+98=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA62 is #0F459D. Grayscale: #C0C0C0. Windows color (decimal): -1000862 or 6470384. OLE color: 6470384.

HSL color Cylindrical-coordinate representation of color #F0BA62: hue angle of 37.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0BA62 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 98 -
CMYK 0 0.22 0.59 0.06
HSL 37.18º 0.83% 0.66% -
HSV(B) 37.18º 0.59% 0.94% -
XYZ 55.7 54.52 19.14 -
YUV 192.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 240 186 98 0 0.22 0.59 0.06 37.18 0.83 0.66
Hex F0 BA 62 0 16 3B 6 25 53 42
Octal 360 272 142 0 26 73 6 45 123 102
Binary 11110000 10111010 1100010 0 10110 111011 110 100101 1010011 1000010

Color Harmonies of #F0BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA62

Black with #F0BA62

Text Example


Text Example

White with #F0BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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