Html Css Color HEX #F2B36C Harvest Gold

📋 copy color: '#F2B36C'

red 242 ◦ green 179 ◦ blue 108

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

Shades of Harvest Gold #F2B36C

Tints of Harvest Gold #F2B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 45.75%
G = 33.84%
B = 20.42%

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

#F2B36C (or 0xF2B36C) is known color: Harvest Gold. HEX triplet: F2, B3 and 6C. RGB value is (242,179,108). Sum of RGB (Red+Green+Blue) = 242+179+108=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B36C is #0D4C93. Grayscale: #BEBEBE. Windows color (decimal): -871572 or 7123954. OLE color: 7123954.

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

Color convert

RGB 242 179 108 -
CMYK 0 0.26 0.55 0.05
HSL 31.79º 0.84% 0.69% -
HSV(B) 31.79º 0.55% 0.95% -
XYZ 55.44 52.2 21.34 -
YUV 189.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 242 179 108 0 0.26 0.55 0.05 31.79 0.84 0.69
Hex F2 B3 6C 0 1A 37 5 20 54 45
Octal 362 263 154 0 32 67 5 40 124 105
Binary 11110010 10110011 1101100 0 11010 110111 101 100000 1010100 1000101

Color Harmonies of #F2B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B36C

Black with #F2B36C

Text Example


Text Example

White with #F2B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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