Html Css Color HEX #F0C06D Harvest Gold

📋 copy color: '#F0C06D'

red 240 ◦ green 192 ◦ blue 109

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

Shades of Harvest Gold #F0C06D

Tints of Harvest Gold #F0C06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 44.36%
G = 35.49%
B = 20.15%

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

#F0C06D (or 0xF0C06D) is known color: Harvest Gold. HEX triplet: F0, C0 and 6D. RGB value is (240,192,109). Sum of RGB (Red+Green+Blue) = 240+192+109=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C06D is #0F3F92. Grayscale: #C5C5C5. Windows color (decimal): -999315 or 7192816. OLE color: 7192816.

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

Color convert

RGB 240 192 109 -
CMYK 0 0.20 0.55 0.06
HSL 38.02º 0.81% 0.68% -
HSV(B) 38.02º 0.55% 0.94% -
XYZ 57.55 57.33 22.5 -
YUV 196.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 240 192 109 0 0.20 0.55 0.06 38.02 0.81 0.68
Hex F0 C0 6D 0 14 37 6 26 51 44
Octal 360 300 155 0 24 67 6 46 121 104
Binary 11110000 11000000 1101101 0 10100 110111 110 100110 1010001 1000100

Color Harmonies of #F0C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C06D

Black with #F0C06D

Text Example


Text Example

White with #F0C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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