Html Css Color HEX #F5BB70 Harvest Gold

📋 copy color: '#F5BB70'

red 245 ◦ green 187 ◦ blue 112

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

Shades of Harvest Gold #F5BB70

Tints of Harvest Gold #F5BB70

RGB

 RED value IS 245 (96.09% from 255) = 45.04%

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 45.04%
G = 34.38%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F5BB70 (or 0xF5BB70) is known color: Harvest Gold. HEX triplet: F5, BB and 70. RGB value is (245,187,112). Sum of RGB (Red+Green+Blue) = 245+187+112=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB70 is #0A448F. Grayscale: #C4C4C4. Windows color (decimal): -672912 or 7388149. OLE color: 7388149.

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

Color convert

RGB 245 187 112 -
CMYK 0 0.24 0.54 0.04
HSL 33.83º 0.87% 0.7% -
HSV(B) 33.83º 0.54% 0.96% -
XYZ 58.35 56.12 23.09 -
YUV 195.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 245 187 112 0 0.24 0.54 0.04 33.83 0.87 0.7
Hex F5 BB 70 0 18 36 4 22 57 46
Octal 365 273 160 0 30 66 4 42 127 106
Binary 11110101 10111011 1110000 0 11000 110110 100 100010 1010111 1000110

Color Harmonies of #F5BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BB70

Black with #F5BB70

Text Example


Text Example

White with #F5BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BB70; }

 p { color: rgb(245,187,112); }

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

background-color css

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

 a { background-color: rgb(245,187,112); }

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

border-color css

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

 span { border-color: rgb(245,187,112); }

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