Html Css Color HEX #F2BC61 Harvest Gold

📋 copy color: '#F2BC61'

red 242 ◦ green 188 ◦ blue 97

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

Shades of Harvest Gold #F2BC61

Tints of Harvest Gold #F2BC61

RGB

 RED value IS 242 (94.92% from 255) = 45.92%

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

 BLUE value IS 97 (38.28% from 255) = 18.41%

R = 45.92%
G = 35.67%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2BC61 (or 0xF2BC61) is known color: Harvest Gold. HEX triplet: F2, BC and 61. RGB value is (242,188,97). Sum of RGB (Red+Green+Blue) = 242+188+97=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC61 is #0D439E. Grayscale: #C2C2C2. Windows color (decimal): -869279 or 6405362. OLE color: 6405362.

HSL color Cylindrical-coordinate representation of color #F2BC61: hue angle of 37.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2BC61 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 188 97 -
CMYK 0 0.22 0.60 0.05
HSL 37.66º 0.85% 0.66% -
HSV(B) 37.66º 0.6% 0.95% -
XYZ 56.76 55.71 19.07 -
YUV 193.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 242 188 97 0 0.22 0.60 0.05 37.66 0.85 0.66
Hex F2 BC 61 0 16 3C 5 26 55 42
Octal 362 274 141 0 26 74 5 46 125 102
Binary 11110010 10111100 1100001 0 10110 111100 101 100110 1010101 1000010

Color Harmonies of #F2BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC61

Black with #F2BC61

Text Example


Text Example

White with #F2BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC61; }

 p { color: rgb(242,188,97); }

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

background-color css

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

 a { background-color: rgb(242,188,97); }

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

border-color css

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

 span { border-color: rgb(242,188,97); }

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