Html Css Color HEX #F1C070 Harvest Gold

📋 copy color: '#F1C070'

red 241 ◦ green 192 ◦ blue 112

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

Shades of Harvest Gold #F1C070

Tints of Harvest Gold #F1C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 44.22%
G = 35.23%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1C070 (or 0xF1C070) is known color: Harvest Gold. HEX triplet: F1, C0 and 70. RGB value is (241,192,112). Sum of RGB (Red+Green+Blue) = 241+192+112=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C070 is #0E3F8F. Grayscale: #C5C5C5. Windows color (decimal): -933776 or 7389425. OLE color: 7389425.

HSL color Cylindrical-coordinate representation of color #F1C070: hue angle of 37.21º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1C070 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 192 112 -
CMYK 0 0.20 0.54 0.05
HSL 37.21º 0.82% 0.69% -
HSV(B) 37.21º 0.54% 0.95% -
XYZ 58.05 57.57 23.38 -
YUV 197.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 241 192 112 0 0.20 0.54 0.05 37.21 0.82 0.69
Hex F1 C0 70 0 14 36 5 25 52 45
Octal 361 300 160 0 24 66 5 45 122 105
Binary 11110001 11000000 1110000 0 10100 110110 101 100101 1010010 1000101

Color Harmonies of #F1C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C070

Black with #F1C070

Text Example


Text Example

White with #F1C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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