Html Css Color HEX #F0C16C Harvest Gold

📋 copy color: '#F0C16C'

red 240 ◦ green 193 ◦ blue 108

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

Shades of Harvest Gold #F0C16C

Tints of Harvest Gold #F0C16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 44.36%
G = 35.67%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0C16C (or 0xF0C16C) is known color: Harvest Gold. HEX triplet: F0, C1 and 6C. RGB value is (240,193,108). Sum of RGB (Red+Green+Blue) = 240+193+108=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C16C is #0F3E93. Grayscale: #C5C5C5. Windows color (decimal): -999060 or 7127536. OLE color: 7127536.

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

Color convert

RGB 240 193 108 -
CMYK 0 0.20 0.55 0.06
HSL 38.64º 0.81% 0.68% -
HSV(B) 38.64º 0.55% 0.94% -
XYZ 57.71 57.75 22.29 -
YUV 197.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 240 193 108 0 0.20 0.55 0.06 38.64 0.81 0.68
Hex F0 C1 6C 0 14 37 6 27 51 44
Octal 360 301 154 0 24 67 6 47 121 104
Binary 11110000 11000001 1101100 0 10100 110111 110 100111 1010001 1000100

Color Harmonies of #F0C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C16C

Black with #F0C16C

Text Example


Text Example

White with #F0C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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