Html Css Color HEX #F4B870 Harvest Gold

📋 copy color: '#F4B870'

red 244 ◦ green 184 ◦ blue 112

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

Shades of Harvest Gold #F4B870

Tints of Harvest Gold #F4B870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 45.19%
G = 34.07%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4B870 (or 0xF4B870) is known color: Harvest Gold. HEX triplet: F4, B8 and 70. RGB value is (244,184,112). Sum of RGB (Red+Green+Blue) = 244+184+112=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B870 is #0B478F. Grayscale: #C2C2C2. Windows color (decimal): -739216 or 7387380. OLE color: 7387380.

HSL color Cylindrical-coordinate representation of color #F4B870: hue angle of 32.73º 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 #F4B870 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 184 112 -
CMYK 0 0.25 0.54 0.04
HSL 32.73º 0.86% 0.7% -
HSV(B) 32.73º 0.54% 0.96% -
XYZ 57.37 54.68 22.86 -
YUV 193.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 244 184 112 0 0.25 0.54 0.04 32.73 0.86 0.7
Hex F4 B8 70 0 19 36 4 21 56 46
Octal 364 270 160 0 31 66 4 41 126 106
Binary 11110100 10111000 1110000 0 11001 110110 100 100001 1010110 1000110

Color Harmonies of #F4B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B870

Black with #F4B870

Text Example


Text Example

White with #F4B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B870; }

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

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

background-color css

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

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

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

border-color css

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

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

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