Html Css Color HEX #F2BB61 Harvest Gold

📋 copy color: '#F2BB61'

red 242 ◦ green 187 ◦ blue 97

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

Shades of Harvest Gold #F2BB61

Tints of Harvest Gold #F2BB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

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

R = 46.01%
G = 35.55%
B = 18.44%

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

#F2BB61 (or 0xF2BB61) is known color: Harvest Gold. HEX triplet: F2, BB and 61. RGB value is (242,187,97). Sum of RGB (Red+Green+Blue) = 242+187+97=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB61 is #0D449E. Grayscale: #C1C1C1. Windows color (decimal): -869535 or 6405106. OLE color: 6405106.

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

Color convert

RGB 242 187 97 -
CMYK 0 0.23 0.60 0.05
HSL 37.24º 0.85% 0.66% -
HSV(B) 37.24º 0.6% 0.95% -
XYZ 56.55 55.28 19 -
YUV 193.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 242 187 97 0 0.23 0.60 0.05 37.24 0.85 0.66
Hex F2 BB 61 0 17 3C 5 25 55 42
Octal 362 273 141 0 27 74 5 45 125 102
Binary 11110010 10111011 1100001 0 10111 111100 101 100101 1010101 1000010

Color Harmonies of #F2BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB61

Black with #F2BB61

Text Example


Text Example

White with #F2BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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