Html Css Color HEX #F0BF73 Harvest Gold

📋 copy color: '#F0BF73'

red 240 ◦ green 191 ◦ blue 115

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

Shades of Harvest Gold #F0BF73

Tints of Harvest Gold #F0BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 43.96%
G = 34.98%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0BF73 (or 0xF0BF73) is known color: Harvest Gold. HEX triplet: F0, BF and 73. RGB value is (240,191,115). Sum of RGB (Red+Green+Blue) = 240+191+115=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF73 is #0F408C. Grayscale: #C5C5C5. Windows color (decimal): -999565 or 7585776. OLE color: 7585776.

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

Color convert

RGB 240 191 115 -
CMYK 0 0.20 0.52 0.06
HSL 36.48º 0.81% 0.7% -
HSV(B) 36.48º 0.52% 0.94% -
XYZ 57.66 57.02 24.19 -
YUV 196.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 240 191 115 0 0.20 0.52 0.06 36.48 0.81 0.7
Hex F0 BF 73 0 14 34 6 24 51 46
Octal 360 277 163 0 24 64 6 44 121 106
Binary 11110000 10111111 1110011 0 10100 110100 110 100100 1010001 1000110

Color Harmonies of #F0BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF73

Black with #F0BF73

Text Example


Text Example

White with #F0BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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