Html Css Color HEX #F2B86D Harvest Gold

📋 copy color: '#F2B86D'

red 242 ◦ green 184 ◦ blue 109

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

Shades of Harvest Gold #F2B86D

Tints of Harvest Gold #F2B86D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

 BLUE value IS 109 (42.97% from 255) = 20.37%

R = 45.23%
G = 34.39%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B86D (or 0xF2B86D) is known color: Harvest Gold. HEX triplet: F2, B8 and 6D. RGB value is (242,184,109). Sum of RGB (Red+Green+Blue) = 242+184+109=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B86D is #0D4792. Grayscale: #C1C1C1. Windows color (decimal): -870291 or 7190770. OLE color: 7190770.

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

Color convert

RGB 242 184 109 -
CMYK 0 0.24 0.55 0.05
HSL 33.83º 0.84% 0.69% -
HSV(B) 33.83º 0.55% 0.95% -
XYZ 56.52 54.26 21.96 -
YUV 192.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 242 184 109 0 0.24 0.55 0.05 33.83 0.84 0.69
Hex F2 B8 6D 0 18 37 5 22 54 45
Octal 362 270 155 0 30 67 5 42 124 105
Binary 11110010 10111000 1101101 0 11000 110111 101 100010 1010100 1000101

Color Harmonies of #F2B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B86D

Black with #F2B86D

Text Example


Text Example

White with #F2B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B86D; }

 p { color: rgb(242,184,109); }

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

background-color css

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

 a { background-color: rgb(242,184,109); }

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

border-color css

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

 span { border-color: rgb(242,184,109); }

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