Html Css Color HEX #F4C070 Harvest Gold

📋 copy color: '#F4C070'

red 244 ◦ green 192 ◦ blue 112

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

Shades of Harvest Gold #F4C070

Tints of Harvest Gold #F4C070

RGB

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

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

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

R = 44.53%
G = 35.04%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4C070 (or 0xF4C070) is known color: Harvest Gold. HEX triplet: F4, C0 and 70. RGB value is (244,192,112). Sum of RGB (Red+Green+Blue) = 244+192+112=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C070 is #0B3F8F. Grayscale: #C6C6C6. Windows color (decimal): -737168 or 7389428. OLE color: 7389428.

HSL color Cylindrical-coordinate representation of color #F4C070: hue angle of 36.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4C070 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 112 -
CMYK 0 0.21 0.54 0.04
HSL 36.36º 0.86% 0.7% -
HSV(B) 36.36º 0.54% 0.96% -
XYZ 59.08 58.1 23.43 -
YUV 198.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 244 192 112 0 0.21 0.54 0.04 36.36 0.86 0.7
Hex F4 C0 70 0 15 36 4 24 56 46
Octal 364 300 160 0 25 66 4 44 126 106
Binary 11110100 11000000 1110000 0 10101 110110 100 100100 1010110 1000110

Color Harmonies of #F4C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C070

Black with #F4C070

Text Example


Text Example

White with #F4C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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