Html Css Color HEX #F4C266 Harvest Gold

📋 copy color: '#F4C266'

red 244 ◦ green 194 ◦ blue 102

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

Shades of Harvest Gold #F4C266

Tints of Harvest Gold #F4C266

RGB

 RED value IS 244 (95.7% from 255) = 45.19%

 GREEN value IS 194 (76.17% from 255) = 35.93%

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

R = 45.19%
G = 35.93%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F4C266 (or 0xF4C266) is known color: Harvest Gold. HEX triplet: F4, C2 and 66. RGB value is (244,194,102). Sum of RGB (Red+Green+Blue) = 244+194+102=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C266 is #0B3D99. Grayscale: #C6C6C6. Windows color (decimal): -736666 or 6734580. OLE color: 6734580.

HSL color Cylindrical-coordinate representation of color #F4C266: hue angle of 38.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4C266 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 194 102 -
CMYK 0 0.20 0.58 0.04
HSL 38.87º 0.87% 0.68% -
HSV(B) 38.87º 0.58% 0.96% -
XYZ 59 58.78 20.81 -
YUV 198.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 244 194 102 0 0.20 0.58 0.04 38.87 0.87 0.68
Hex F4 C2 66 0 14 3A 4 27 57 44
Octal 364 302 146 0 24 72 4 47 127 104
Binary 11110100 11000010 1100110 0 10100 111010 100 100111 1010111 1000100

Color Harmonies of #F4C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C266

Black with #F4C266

Text Example


Text Example

White with #F4C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C266; }

 p { color: rgb(244,194,102); }

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

background-color css

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

 a { background-color: rgb(244,194,102); }

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

border-color css

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

 span { border-color: rgb(244,194,102); }

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