Html Css Color HEX #F0B870 Harvest Gold

📋 copy color: '#F0B870'

red 240 ◦ green 184 ◦ blue 112

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

Shades of Harvest Gold #F0B870

Tints of Harvest Gold #F0B870

RGB

 RED value IS 240 (94.14% from 255) = 44.78%

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

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

R = 44.78%
G = 34.33%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0B870 (or 0xF0B870) is known color: Harvest Gold. HEX triplet: F0, B8 and 70. RGB value is (240,184,112). Sum of RGB (Red+Green+Blue) = 240+184+112=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B870 is #0F478F. Grayscale: #C0C0C0. Windows color (decimal): -1001360 or 7387376. OLE color: 7387376.

HSL color Cylindrical-coordinate representation of color #F0B870: hue angle of 33.75º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0B870 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 112 -
CMYK 0 0.23 0.53 0.06
HSL 33.75º 0.81% 0.69% -
HSV(B) 33.75º 0.53% 0.94% -
XYZ 56 53.98 22.8 -
YUV 192.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 240 184 112 0 0.23 0.53 0.06 33.75 0.81 0.69
Hex F0 B8 70 0 17 35 6 22 51 45
Octal 360 270 160 0 27 65 6 42 121 105
Binary 11110000 10111000 1110000 0 10111 110101 110 100010 1010001 1000101

Color Harmonies of #F0B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B870

Black with #F0B870

Text Example


Text Example

White with #F0B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B870; }

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

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

background-color css

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

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

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

border-color css

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

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

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