Html Css Color HEX #F2BA66 Harvest Gold

📋 copy color: '#F2BA66'

red 242 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #F2BA66

Tints of Harvest Gold #F2BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 45.66%
G = 35.09%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2BA66 (or 0xF2BA66) is known color: Harvest Gold. HEX triplet: F2, BA and 66. RGB value is (242,186,102). Sum of RGB (Red+Green+Blue) = 242+186+102=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA66 is #0D4599. Grayscale: #C1C1C1. Windows color (decimal): -869786 or 6732530. OLE color: 6732530.

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

Color convert

RGB 242 186 102 -
CMYK 0 0.23 0.58 0.05
HSL 36º 0.84% 0.67% -
HSV(B) 36º 0.58% 0.95% -
XYZ 56.58 54.95 20.2 -
YUV 193.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 242 186 102 0 0.23 0.58 0.05 36 0.84 0.67
Hex F2 BA 66 0 17 3A 5 24 54 43
Octal 362 272 146 0 27 72 5 44 124 103
Binary 11110010 10111010 1100110 0 10111 111010 101 100100 1010100 1000011

Color Harmonies of #F2BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA66

Black with #F2BA66

Text Example


Text Example

White with #F2BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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