Html Css Color HEX #F0BA65 Harvest Gold

📋 copy color: '#F0BA65'

red 240 ◦ green 186 ◦ blue 101

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

Shades of Harvest Gold #F0BA65

Tints of Harvest Gold #F0BA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.17%

R = 45.54%
G = 35.29%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0BA65 (or 0xF0BA65) is known color: Harvest Gold. HEX triplet: F0, BA and 65. RGB value is (240,186,101). Sum of RGB (Red+Green+Blue) = 240+186+101=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA65 is #0F459A. Grayscale: #C0C0C0. Windows color (decimal): -1000859 or 6666992. OLE color: 6666992.

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

Color convert

RGB 240 186 101 -
CMYK 0 0.22 0.58 0.06
HSL 36.69º 0.82% 0.67% -
HSV(B) 36.69º 0.58% 0.94% -
XYZ 55.84 54.58 19.9 -
YUV 192.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 240 186 101 0 0.22 0.58 0.06 36.69 0.82 0.67
Hex F0 BA 65 0 16 3A 6 25 52 43
Octal 360 272 145 0 26 72 6 45 122 103
Binary 11110000 10111010 1100101 0 10110 111010 110 100101 1010010 1000011

Color Harmonies of #F0BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA65

Black with #F0BA65

Text Example


Text Example

White with #F0BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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