Html Css Color HEX #F1C065 Harvest Gold

📋 copy color: '#F1C065'

red 241 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #F1C065

Tints of Harvest Gold #F1C065

RGB

 RED value IS 241 (94.53% from 255) = 45.13%

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

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

R = 45.13%
G = 35.96%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1C065 (or 0xF1C065) is known color: Harvest Gold. HEX triplet: F1, C0 and 65. RGB value is (241,192,101). Sum of RGB (Red+Green+Blue) = 241+192+101=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C065 is #0E3F9A. Grayscale: #C4C4C4. Windows color (decimal): -933787 or 6668529. OLE color: 6668529.

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

Color convert

RGB 241 192 101 -
CMYK 0 0.20 0.58 0.05
HSL 39º 0.83% 0.67% -
HSV(B) 39º 0.58% 0.95% -
XYZ 57.47 57.34 20.35 -
YUV 196.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 241 192 101 0 0.20 0.58 0.05 39 0.83 0.67
Hex F1 C0 65 0 14 3A 5 27 53 43
Octal 361 300 145 0 24 72 5 47 123 103
Binary 11110001 11000000 1100101 0 10100 111010 101 100111 1010011 1000011

Color Harmonies of #F1C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C065

Black with #F1C065

Text Example


Text Example

White with #F1C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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