Html Css Color HEX #F0BF6E Harvest Gold

📋 copy color: '#F0BF6E'

red 240 ◦ green 191 ◦ blue 110

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

Shades of Harvest Gold #F0BF6E

Tints of Harvest Gold #F0BF6E

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 44.36%
G = 35.3%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0BF6E (or 0xF0BF6E) is known color: Harvest Gold. HEX triplet: F0, BF and 6E. RGB value is (240,191,110). Sum of RGB (Red+Green+Blue) = 240+191+110=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF6E is #0F4091. Grayscale: #C4C4C4. Windows color (decimal): -999570 or 7258096. OLE color: 7258096.

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

Color convert

RGB 240 191 110 -
CMYK 0 0.20 0.54 0.06
HSL 37.38º 0.81% 0.69% -
HSV(B) 37.38º 0.54% 0.94% -
XYZ 57.38 56.91 22.71 -
YUV 196.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 240 191 110 0 0.20 0.54 0.06 37.38 0.81 0.69
Hex F0 BF 6E 0 14 36 6 25 51 45
Octal 360 277 156 0 24 66 6 45 121 105
Binary 11110000 10111111 1101110 0 10100 110110 110 100101 1010001 1000101

Color Harmonies of #F0BF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF6E

Black with #F0BF6E

Text Example


Text Example

White with #F0BF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF6E; }

 p { color: rgb(240,191,110); }

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

background-color css

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

 a { background-color: rgb(240,191,110); }

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

border-color css

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

 span { border-color: rgb(240,191,110); }

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