Html Css Color HEX #F0BA5F Harvest Gold

📋 copy color: '#F0BA5F'

red 240 ◦ green 186 ◦ blue 95

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

Shades of Harvest Gold #F0BA5F

Tints of Harvest Gold #F0BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 46.07%
G = 35.7%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0BA5F (or 0xF0BA5F) is known color: Harvest Gold. HEX triplet: F0, BA and 5F. RGB value is (240,186,95). Sum of RGB (Red+Green+Blue) = 240+186+95=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA5F is #0F45A0. Grayscale: #C0C0C0. Windows color (decimal): -1000865 or 6273776. OLE color: 6273776.

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

Color convert

RGB 240 186 95 -
CMYK 0 0.22 0.60 0.06
HSL 37.66º 0.83% 0.66% -
HSV(B) 37.66º 0.6% 0.94% -
XYZ 55.56 54.47 18.41 -
YUV 191.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 240 186 95 0 0.22 0.60 0.06 37.66 0.83 0.66
Hex F0 BA 5F 0 16 3C 6 26 53 42
Octal 360 272 137 0 26 74 6 46 123 102
Binary 11110000 10111010 1011111 0 10110 111100 110 100110 1010011 1000010

Color Harmonies of #F0BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA5F

Black with #F0BA5F

Text Example


Text Example

White with #F0BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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