Html Css Color HEX #F3BC70 Harvest Gold

📋 copy color: '#F3BC70'

red 243 ◦ green 188 ◦ blue 112

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

Shades of Harvest Gold #F3BC70

Tints of Harvest Gold #F3BC70

RGB

 RED value IS 243 (95.31% from 255) = 44.75%

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 44.75%
G = 34.62%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3BC70 (or 0xF3BC70) is known color: Harvest Gold. HEX triplet: F3, BC and 70. RGB value is (243,188,112). Sum of RGB (Red+Green+Blue) = 243+188+112=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC70 is #0C438F. Grayscale: #C4C4C4. Windows color (decimal): -803728 or 7388403. OLE color: 7388403.

HSL color Cylindrical-coordinate representation of color #F3BC70: hue angle of 34.81º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3BC70 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 112 -
CMYK 0 0.23 0.54 0.05
HSL 34.81º 0.85% 0.7% -
HSV(B) 34.81º 0.54% 0.95% -
XYZ 57.87 56.19 23.13 -
YUV 195.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 243 188 112 0 0.23 0.54 0.05 34.81 0.85 0.7
Hex F3 BC 70 0 17 36 5 23 55 46
Octal 363 274 160 0 27 66 5 43 125 106
Binary 11110011 10111100 1110000 0 10111 110110 101 100011 1010101 1000110

Color Harmonies of #F3BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BC70

Black with #F3BC70

Text Example


Text Example

White with #F3BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BC70; }

 p { color: rgb(243,188,112); }

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

background-color css

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

 a { background-color: rgb(243,188,112); }

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

border-color css

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

 span { border-color: rgb(243,188,112); }

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