Html Css Color HEX #F0C161 Harvest Gold

📋 copy color: '#F0C161'

red 240 ◦ green 193 ◦ blue 97

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

Shades of Harvest Gold #F0C161

Tints of Harvest Gold #F0C161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.3%

R = 45.28%
G = 36.42%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0C161 (or 0xF0C161) is known color: Harvest Gold. HEX triplet: F0, C1 and 61. RGB value is (240,193,97). Sum of RGB (Red+Green+Blue) = 240+193+97=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C161 is #0F3E9E. Grayscale: #C4C4C4. Windows color (decimal): -999071 or 6406640. OLE color: 6406640.

HSL color Cylindrical-coordinate representation of color #F0C161: hue angle of 40.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C161 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 97 -
CMYK 0 0.20 0.60 0.06
HSL 40.28º 0.83% 0.66% -
HSV(B) 40.28º 0.6% 0.94% -
XYZ 57.16 57.53 19.4 -
YUV 196.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 240 193 97 0 0.20 0.60 0.06 40.28 0.83 0.66
Hex F0 C1 61 0 14 3C 6 28 53 42
Octal 360 301 141 0 24 74 6 50 123 102
Binary 11110000 11000001 1100001 0 10100 111100 110 101000 1010011 1000010

Color Harmonies of #F0C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C161

Black with #F0C161

Text Example


Text Example

White with #F0C161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C161; }

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

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

background-color css

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

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

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

border-color css

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

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

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