Html Css Color HEX #F0BA60 Harvest Gold

📋 copy color: '#F0BA60'

red 240 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #F0BA60

Tints of Harvest Gold #F0BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.39%

R = 45.98%
G = 35.63%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0BA60 (or 0xF0BA60) is known color: Harvest Gold. HEX triplet: F0, BA and 60. RGB value is (240,186,96). Sum of RGB (Red+Green+Blue) = 240+186+96=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA60 is #0F459F. Grayscale: #C0C0C0. Windows color (decimal): -1000864 or 6339312. OLE color: 6339312.

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

Color convert

RGB 240 186 96 -
CMYK 0 0.22 0.6 0.06
HSL 37.5º 0.83% 0.66% -
HSV(B) 37.5º 0.6% 0.94% -
XYZ 55.61 54.49 18.65 -
YUV 191.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 240 186 96 0 0.22 0.6 0.06 37.5 0.83 0.66
Hex F0 BA 60 0 16 3C 6 26 53 42
Octal 360 272 140 0 26 74 6 46 123 102
Binary 11110000 10111010 1100000 0 10110 111100 110 100110 1010011 1000010

Color Harmonies of #F0BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA60

Black with #F0BA60

Text Example


Text Example

White with #F0BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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