Html Css Color HEX #F2BC65 Harvest Gold

📋 copy color: '#F2BC65'

red 242 ◦ green 188 ◦ blue 101

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

Shades of Harvest Gold #F2BC65

Tints of Harvest Gold #F2BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

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

R = 45.57%
G = 35.4%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F2BC65 (or 0xF2BC65) is known color: Harvest Gold. HEX triplet: F2, BC and 65. RGB value is (242,188,101). Sum of RGB (Red+Green+Blue) = 242+188+101=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC65 is #0D439A. Grayscale: #C2C2C2. Windows color (decimal): -869275 or 6667506. OLE color: 6667506.

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

Color convert

RGB 242 188 101 -
CMYK 0 0.22 0.58 0.05
HSL 37.02º 0.84% 0.67% -
HSV(B) 37.02º 0.58% 0.95% -
XYZ 56.95 55.78 20.08 -
YUV 194.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 242 188 101 0 0.22 0.58 0.05 37.02 0.84 0.67
Hex F2 BC 65 0 16 3A 5 25 54 43
Octal 362 274 145 0 26 72 5 45 124 103
Binary 11110010 10111100 1100101 0 10110 111010 101 100101 1010100 1000011

Color Harmonies of #F2BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC65

Black with #F2BC65

Text Example


Text Example

White with #F2BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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