Html Css Color HEX #F0C071 Harvest Gold

📋 copy color: '#F0C071'

red 240 ◦ green 192 ◦ blue 113

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

Shades of Harvest Gold #F0C071

Tints of Harvest Gold #F0C071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 44.04%
G = 35.23%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0C071 (or 0xF0C071) is known color: Harvest Gold. HEX triplet: F0, C0 and 71. RGB value is (240,192,113). Sum of RGB (Red+Green+Blue) = 240+192+113=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C071 is #0F3F8E. Grayscale: #C5C5C5. Windows color (decimal): -999311 or 7454960. OLE color: 7454960.

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

Color convert

RGB 240 192 113 -
CMYK 0 0.20 0.53 0.06
HSL 37.32º 0.81% 0.69% -
HSV(B) 37.32º 0.53% 0.94% -
XYZ 57.77 57.42 23.66 -
YUV 197.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 240 192 113 0 0.20 0.53 0.06 37.32 0.81 0.69
Hex F0 C0 71 0 14 35 6 25 51 45
Octal 360 300 161 0 24 65 6 45 121 105
Binary 11110000 11000000 1110001 0 10100 110101 110 100101 1010001 1000101

Color Harmonies of #F0C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C071

Black with #F0C071

Text Example


Text Example

White with #F0C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C071; }

 p { color: rgb(240,192,113); }

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

background-color css

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

 a { background-color: rgb(240,192,113); }

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

border-color css

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

 span { border-color: rgb(240,192,113); }

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