Html Css Color HEX #F0C16F Harvest Gold

📋 copy color: '#F0C16F'

red 240 ◦ green 193 ◦ blue 111

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

Shades of Harvest Gold #F0C16F

Tints of Harvest Gold #F0C16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 44.12%
G = 35.48%
B = 20.4%

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

#F0C16F (or 0xF0C16F) is known color: Harvest Gold. HEX triplet: F0, C1 and 6F. RGB value is (240,193,111). Sum of RGB (Red+Green+Blue) = 240+193+111=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C16F is #0F3E90. Grayscale: #C6C6C6. Windows color (decimal): -999057 or 7324144. OLE color: 7324144.

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

Color convert

RGB 240 193 111 -
CMYK 0 0.20 0.54 0.06
HSL 38.14º 0.81% 0.69% -
HSV(B) 38.14º 0.54% 0.94% -
XYZ 57.87 57.81 23.15 -
YUV 197.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 240 193 111 0 0.20 0.54 0.06 38.14 0.81 0.69
Hex F0 C1 6F 0 14 36 6 26 51 45
Octal 360 301 157 0 24 66 6 46 121 105
Binary 11110000 11000001 1101111 0 10100 110110 110 100110 1010001 1000101

Color Harmonies of #F0C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C16F

Black with #F0C16F

Text Example


Text Example

White with #F0C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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