Html Css Color HEX #F2BA6D Harvest Gold

📋 copy color: '#F2BA6D'

red 242 ◦ green 186 ◦ blue 109

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

Shades of Harvest Gold #F2BA6D

Tints of Harvest Gold #F2BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 45.07%
G = 34.64%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2BA6D (or 0xF2BA6D) is known color: Harvest Gold. HEX triplet: F2, BA and 6D. RGB value is (242,186,109). Sum of RGB (Red+Green+Blue) = 242+186+109=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA6D is #0D4592. Grayscale: #C2C2C2. Windows color (decimal): -869779 or 7191282. OLE color: 7191282.

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

Color convert

RGB 242 186 109 -
CMYK 0 0.23 0.55 0.05
HSL 34.74º 0.84% 0.69% -
HSV(B) 34.74º 0.55% 0.95% -
XYZ 56.94 55.1 22.1 -
YUV 193.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 242 186 109 0 0.23 0.55 0.05 34.74 0.84 0.69
Hex F2 BA 6D 0 17 37 5 23 54 45
Octal 362 272 155 0 27 67 5 43 124 105
Binary 11110010 10111010 1101101 0 10111 110111 101 100011 1010100 1000101

Color Harmonies of #F2BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA6D

Black with #F2BA6D

Text Example


Text Example

White with #F2BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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