Html Css Color HEX #F0B76F Harvest Gold

📋 copy color: '#F0B76F'

red 240 ◦ green 183 ◦ blue 111

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

Shades of Harvest Gold #F0B76F

Tints of Harvest Gold #F0B76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 44.94%
G = 34.27%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0B76F (or 0xF0B76F) is known color: Harvest Gold. HEX triplet: F0, B7 and 6F. RGB value is (240,183,111). Sum of RGB (Red+Green+Blue) = 240+183+111=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B76F is #0F4890. Grayscale: #C0C0C0. Windows color (decimal): -1001617 or 7321584. OLE color: 7321584.

HSL color Cylindrical-coordinate representation of color #F0B76F: hue angle of 33.49º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0B76F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 111 -
CMYK 0 0.24 0.54 0.06
HSL 33.49º 0.81% 0.69% -
HSV(B) 33.49º 0.54% 0.94% -
XYZ 55.74 53.54 22.44 -
YUV 191.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 240 183 111 0 0.24 0.54 0.06 33.49 0.81 0.69
Hex F0 B7 6F 0 18 36 6 21 51 45
Octal 360 267 157 0 30 66 6 41 121 105
Binary 11110000 10110111 1101111 0 11000 110110 110 100001 1010001 1000101

Color Harmonies of #F0B76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B76F

Black with #F0B76F

Text Example


Text Example

White with #F0B76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B76F; }

 p { color: rgb(240,183,111); }

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

background-color css

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

 a { background-color: rgb(240,183,111); }

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

border-color css

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

 span { border-color: rgb(240,183,111); }

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