Html Css Color HEX #F2B364 Harvest Gold

📋 copy color: '#F2B364'

red 242 ◦ green 179 ◦ blue 100

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

Shades of Harvest Gold #F2B364

Tints of Harvest Gold #F2B364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 46.45%
G = 34.36%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2B364 (or 0xF2B364) is known color: Harvest Gold. HEX triplet: F2, B3 and 64. RGB value is (242,179,100). Sum of RGB (Red+Green+Blue) = 242+179+100=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B364 is #0D4C9B. Grayscale: #BDBDBD. Windows color (decimal): -871580 or 6599666. OLE color: 6599666.

HSL color Cylindrical-coordinate representation of color #F2B364: hue angle of 33.38º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2B364 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 179 100 -
CMYK 0 0.26 0.59 0.05
HSL 33.38º 0.85% 0.67% -
HSV(B) 33.38º 0.59% 0.95% -
XYZ 55.04 52.04 19.2 -
YUV 188.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 242 179 100 0 0.26 0.59 0.05 33.38 0.85 0.67
Hex F2 B3 64 0 1A 3B 5 21 55 43
Octal 362 263 144 0 32 73 5 41 125 103
Binary 11110010 10110011 1100100 0 11010 111011 101 100001 1010101 1000011

Color Harmonies of #F2B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B364

Black with #F2B364

Text Example


Text Example

White with #F2B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B364; }

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

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

background-color css

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

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

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

border-color css

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

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

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