Html Css Color HEX #F0C365 Harvest Gold

📋 copy color: '#F0C365'

red 240 ◦ green 195 ◦ blue 101

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

Shades of Harvest Gold #F0C365

Tints of Harvest Gold #F0C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.38%

 BLUE value IS 101 (39.84% from 255) = 18.84%

R = 44.78%
G = 36.38%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0C365 (or 0xF0C365) is known color: Harvest Gold. HEX triplet: F0, C3 and 65. RGB value is (240,195,101). Sum of RGB (Red+Green+Blue) = 240+195+101=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C365 is #0F3C9A. Grayscale: #C6C6C6. Windows color (decimal): -998555 or 6669296. OLE color: 6669296.

HSL color Cylindrical-coordinate representation of color #F0C365: hue angle of 40.58º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0C365 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 101 -
CMYK 0 0.19 0.58 0.06
HSL 40.58º 0.82% 0.67% -
HSV(B) 40.58º 0.58% 0.94% -
XYZ 57.8 58.5 20.56 -
YUV 197.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 240 195 101 0 0.19 0.58 0.06 40.58 0.82 0.67
Hex F0 C3 65 0 13 3A 6 29 52 43
Octal 360 303 145 0 23 72 6 51 122 103
Binary 11110000 11000011 1100101 0 10011 111010 110 101001 1010010 1000011

Color Harmonies of #F0C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C365

Black with #F0C365

Text Example


Text Example

White with #F0C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C365; }

 p { color: rgb(240,195,101); }

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

background-color css

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

 a { background-color: rgb(240,195,101); }

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

border-color css

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

 span { border-color: rgb(240,195,101); }

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