Html Css Color HEX #F0BA69 Harvest Gold

📋 copy color: '#F0BA69'

red 240 ◦ green 186 ◦ blue 105

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

Shades of Harvest Gold #F0BA69

Tints of Harvest Gold #F0BA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 45.2%
G = 35.03%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0BA69 (or 0xF0BA69) is known color: Harvest Gold. HEX triplet: F0, BA and 69. RGB value is (240,186,105). Sum of RGB (Red+Green+Blue) = 240+186+105=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA69 is #0F4596. Grayscale: #C1C1C1. Windows color (decimal): -1000855 or 6929136. OLE color: 6929136.

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

Color convert

RGB 240 186 105 -
CMYK 0 0.22 0.56 0.06
HSL 36º 0.82% 0.68% -
HSV(B) 36º 0.56% 0.94% -
XYZ 56.04 54.66 20.96 -
YUV 192.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 240 186 105 0 0.22 0.56 0.06 36 0.82 0.68
Hex F0 BA 69 0 16 38 6 24 52 44
Octal 360 272 151 0 26 70 6 44 122 104
Binary 11110000 10111010 1101001 0 10110 111000 110 100100 1010010 1000100

Color Harmonies of #F0BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA69

Black with #F0BA69

Text Example


Text Example

White with #F0BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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