Html Css Color HEX #F2C065 Harvest Gold

📋 copy color: '#F2C065'

red 242 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #F2C065

Tints of Harvest Gold #F2C065

RGB

 RED value IS 242 (94.92% from 255) = 45.23%

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

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

R = 45.23%
G = 35.89%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2C065 (or 0xF2C065) is known color: Harvest Gold. HEX triplet: F2, C0 and 65. RGB value is (242,192,101). Sum of RGB (Red+Green+Blue) = 242+192+101=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C065 is #0D3F9A. Grayscale: #C4C4C4. Windows color (decimal): -868251 or 6668530. OLE color: 6668530.

HSL color Cylindrical-coordinate representation of color #F2C065: hue angle of 38.72º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2C065 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 101 -
CMYK 0 0.21 0.58 0.05
HSL 38.72º 0.84% 0.67% -
HSV(B) 38.72º 0.58% 0.95% -
XYZ 57.82 57.52 20.37 -
YUV 196.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 242 192 101 0 0.21 0.58 0.05 38.72 0.84 0.67
Hex F2 C0 65 0 15 3A 5 27 54 43
Octal 362 300 145 0 25 72 5 47 124 103
Binary 11110010 11000000 1100101 0 10101 111010 101 100111 1010100 1000011

Color Harmonies of #F2C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C065

Black with #F2C065

Text Example


Text Example

White with #F2C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C065; }

 p { color: rgb(242,192,101); }

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

background-color css

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

 a { background-color: rgb(242,192,101); }

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

border-color css

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

 span { border-color: rgb(242,192,101); }

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