Html Css Color HEX #F7BB70 Harvest Gold

📋 copy color: '#F7BB70'

red 247 ◦ green 187 ◦ blue 112

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

Shades of Harvest Gold #F7BB70

Tints of Harvest Gold #F7BB70

RGB

 RED value IS 247 (96.88% from 255) = 45.24%

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

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

R = 45.24%
G = 34.25%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7BB70 (or 0xF7BB70) is known color: Harvest Gold. HEX triplet: F7, BB and 70. RGB value is (247,187,112). Sum of RGB (Red+Green+Blue) = 247+187+112=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BB70 is #08448F. Grayscale: #C4C4C4. Windows color (decimal): -541840 or 7388151. OLE color: 7388151.

HSL color Cylindrical-coordinate representation of color #F7BB70: hue angle of 33.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7BB70 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 187 112 -
CMYK 0 0.24 0.55 0.03
HSL 33.33º 0.89% 0.7% -
HSV(B) 33.33º 0.55% 0.97% -
XYZ 59.05 56.48 23.12 -
YUV 196.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 247 187 112 0 0.24 0.55 0.03 33.33 0.89 0.7
Hex F7 BB 70 0 18 37 3 21 59 46
Octal 367 273 160 0 30 67 3 41 131 106
Binary 11110111 10111011 1110000 0 11000 110111 11 100001 1011001 1000110

Color Harmonies of #F7BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BB70

Black with #F7BB70

Text Example


Text Example

White with #F7BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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