Html Css Color HEX #F2B36D Harvest Gold

📋 copy color: '#F2B36D'

red 242 ◦ green 179 ◦ blue 109

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

Shades of Harvest Gold #F2B36D

Tints of Harvest Gold #F2B36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 45.66%
G = 33.77%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B36D (or 0xF2B36D) is known color: Harvest Gold. HEX triplet: F2, B3 and 6D. RGB value is (242,179,109). Sum of RGB (Red+Green+Blue) = 242+179+109=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B36D is #0D4C92. Grayscale: #BEBEBE. Windows color (decimal): -871571 or 7189490. OLE color: 7189490.

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

Color convert

RGB 242 179 109 -
CMYK 0 0.26 0.55 0.05
HSL 31.58º 0.84% 0.69% -
HSV(B) 31.58º 0.55% 0.95% -
XYZ 55.5 52.22 21.62 -
YUV 189.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 242 179 109 0 0.26 0.55 0.05 31.58 0.84 0.69
Hex F2 B3 6D 0 1A 37 5 20 54 45
Octal 362 263 155 0 32 67 5 40 124 105
Binary 11110010 10110011 1101101 0 11010 110111 101 100000 1010100 1000101

Color Harmonies of #F2B36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B36D

Black with #F2B36D

Text Example


Text Example

White with #F2B36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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