Html Css Color HEX #F0C366 Harvest Gold

📋 copy color: '#F0C366'

red 240 ◦ green 195 ◦ blue 102

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

Shades of Harvest Gold #F0C366

Tints of Harvest Gold #F0C366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 44.69%
G = 36.31%
B = 18.99%

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

#F0C366 (or 0xF0C366) is known color: Harvest Gold. HEX triplet: F0, C3 and 66. RGB value is (240,195,102). Sum of RGB (Red+Green+Blue) = 240+195+102=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C366 is #0F3C99. Grayscale: #C6C6C6. Windows color (decimal): -998554 or 6734832. OLE color: 6734832.

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

Color convert

RGB 240 195 102 -
CMYK 0 0.19 0.58 0.06
HSL 40.43º 0.82% 0.67% -
HSV(B) 40.43º 0.58% 0.94% -
XYZ 57.85 58.51 20.82 -
YUV 197.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 240 195 102 0 0.19 0.58 0.06 40.43 0.82 0.67
Hex F0 C3 66 0 13 3A 6 28 52 43
Octal 360 303 146 0 23 72 6 50 122 103
Binary 11110000 11000011 1100110 0 10011 111010 110 101000 1010010 1000011

Color Harmonies of #F0C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C366

Black with #F0C366

Text Example


Text Example

White with #F0C366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C366; }

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

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

background-color css

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

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

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

border-color css

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

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

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