Html Css Color HEX #F3C065 Harvest Gold

📋 copy color: '#F3C065'

red 243 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #F3C065

Tints of Harvest Gold #F3C065

RGB

 RED value IS 243 (95.31% from 255) = 45.34%

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

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

R = 45.34%
G = 35.82%
B = 18.84%

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

#F3C065 (or 0xF3C065) is known color: Harvest Gold. HEX triplet: F3, C0 and 65. RGB value is (243,192,101). Sum of RGB (Red+Green+Blue) = 243+192+101=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C065 is #0C3F9A. Grayscale: #C5C5C5. Windows color (decimal): -802715 or 6668531. OLE color: 6668531.

HSL color Cylindrical-coordinate representation of color #F3C065: hue angle of 38.45º degrees, saturation: 0.86, 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 #F3C065 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 101 -
CMYK 0 0.21 0.58 0.05
HSL 38.45º 0.86% 0.67% -
HSV(B) 38.45º 0.58% 0.95% -
XYZ 58.16 57.69 20.38 -
YUV 196.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 243 192 101 0 0.21 0.58 0.05 38.45 0.86 0.67
Hex F3 C0 65 0 15 3A 5 26 56 43
Octal 363 300 145 0 25 72 5 46 126 103
Binary 11110011 11000000 1100101 0 10101 111010 101 100110 1010110 1000011

Color Harmonies of #F3C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C065

Black with #F3C065

Text Example


Text Example

White with #F3C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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