Html Css Color HEX #F2BA61 Harvest Gold

📋 copy color: '#F2BA61'

red 242 ◦ green 186 ◦ blue 97

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

Shades of Harvest Gold #F2BA61

Tints of Harvest Gold #F2BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 46.1%
G = 35.43%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2BA61 (or 0xF2BA61) is known color: Harvest Gold. HEX triplet: F2, BA and 61. RGB value is (242,186,97). Sum of RGB (Red+Green+Blue) = 242+186+97=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA61 is #0D459E. Grayscale: #C1C1C1. Windows color (decimal): -869791 or 6404850. OLE color: 6404850.

HSL color Cylindrical-coordinate representation of color #F2BA61: hue angle of 36.83º 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 #F2BA61 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 97 -
CMYK 0 0.23 0.60 0.05
HSL 36.83º 0.85% 0.66% -
HSV(B) 36.83º 0.6% 0.95% -
XYZ 56.33 54.86 18.93 -
YUV 192.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 242 186 97 0 0.23 0.60 0.05 36.83 0.85 0.66
Hex F2 BA 61 0 17 3C 5 25 55 42
Octal 362 272 141 0 27 74 5 45 125 102
Binary 11110010 10111010 1100001 0 10111 111100 101 100101 1010101 1000010

Color Harmonies of #F2BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA61

Black with #F2BA61

Text Example


Text Example

White with #F2BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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