Html Css Color HEX #F2BE65 Harvest Gold

📋 copy color: '#F2BE65'

red 242 ◦ green 190 ◦ blue 101

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

Shades of Harvest Gold #F2BE65

Tints of Harvest Gold #F2BE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 101 (39.84% from 255) = 18.95%

R = 45.4%
G = 35.65%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2BE65 (or 0xF2BE65) is known color: Harvest Gold. HEX triplet: F2, BE and 65. RGB value is (242,190,101). Sum of RGB (Red+Green+Blue) = 242+190+101=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE65 is #0D419A. Grayscale: #C3C3C3. Windows color (decimal): -868763 or 6668018. OLE color: 6668018.

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

Color convert

RGB 242 190 101 -
CMYK 0 0.21 0.58 0.05
HSL 37.87º 0.84% 0.67% -
HSV(B) 37.87º 0.58% 0.95% -
XYZ 57.38 56.64 20.22 -
YUV 195.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 242 190 101 0 0.21 0.58 0.05 37.87 0.84 0.67
Hex F2 BE 65 0 15 3A 5 26 54 43
Octal 362 276 145 0 25 72 5 46 124 103
Binary 11110010 10111110 1100101 0 10101 111010 101 100110 1010100 1000011

Color Harmonies of #F2BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE65

Black with #F2BE65

Text Example


Text Example

White with #F2BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE65; }

 p { color: rgb(242,190,101); }

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

background-color css

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

 a { background-color: rgb(242,190,101); }

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

border-color css

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

 span { border-color: rgb(242,190,101); }

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