Html Css Color HEX #F2B564 Harvest Gold

📋 copy color: '#F2B564'

red 242 ◦ green 181 ◦ blue 100

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

Shades of Harvest Gold #F2B564

Tints of Harvest Gold #F2B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 46.27%
G = 34.61%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2B564 (or 0xF2B564) is known color: Harvest Gold. HEX triplet: F2, B5 and 64. RGB value is (242,181,100). Sum of RGB (Red+Green+Blue) = 242+181+100=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B564 is #0D4A9B. Grayscale: #BEBEBE. Windows color (decimal): -871068 or 6600178. OLE color: 6600178.

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

Color convert

RGB 242 181 100 -
CMYK 0 0.25 0.59 0.05
HSL 34.23º 0.85% 0.67% -
HSV(B) 34.23º 0.59% 0.95% -
XYZ 55.44 52.85 19.33 -
YUV 190.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 242 181 100 0 0.25 0.59 0.05 34.23 0.85 0.67
Hex F2 B5 64 0 19 3B 5 22 55 43
Octal 362 265 144 0 31 73 5 42 125 103
Binary 11110010 10110101 1100100 0 11001 111011 101 100010 1010101 1000011

Color Harmonies of #F2B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B564

Black with #F2B564

Text Example


Text Example

White with #F2B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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