Html Css Color HEX #F2B661 Harvest Gold

📋 copy color: '#F2B661'

red 242 ◦ green 182 ◦ blue 97

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

Shades of Harvest Gold #F2B661

Tints of Harvest Gold #F2B661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 46.45%
G = 34.93%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2B661 (or 0xF2B661) is known color: Harvest Gold. HEX triplet: F2, B6 and 61. RGB value is (242,182,97). Sum of RGB (Red+Green+Blue) = 242+182+97=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B661 is #0D499E. Grayscale: #BEBEBE. Windows color (decimal): -870815 or 6403826. OLE color: 6403826.

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

Color convert

RGB 242 182 97 -
CMYK 0 0.25 0.60 0.05
HSL 35.17º 0.85% 0.66% -
HSV(B) 35.17º 0.6% 0.95% -
XYZ 55.5 53.2 18.65 -
YUV 190.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 242 182 97 0 0.25 0.60 0.05 35.17 0.85 0.66
Hex F2 B6 61 0 19 3C 5 23 55 42
Octal 362 266 141 0 31 74 5 43 125 102
Binary 11110010 10110110 1100001 0 11001 111100 101 100011 1010101 1000010

Color Harmonies of #F2B661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B661

Black with #F2B661

Text Example


Text Example

White with #F2B661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B661; }

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

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

background-color css

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

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

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

border-color css

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

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

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