Html Css Color HEX #F2B26D Harvest Gold

📋 copy color: '#F2B26D'

red 242 ◦ green 178 ◦ blue 109

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

Shades of Harvest Gold #F2B26D

Tints of Harvest Gold #F2B26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 45.75%
G = 33.65%
B = 20.6%

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

#F2B26D (or 0xF2B26D) is known color: Harvest Gold. HEX triplet: F2, B2 and 6D. RGB value is (242,178,109). Sum of RGB (Red+Green+Blue) = 242+178+109=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B26D is #0D4D92. Grayscale: #BDBDBD. Windows color (decimal): -871827 or 7189234. OLE color: 7189234.

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

Color convert

RGB 242 178 109 -
CMYK 0 0.26 0.55 0.05
HSL 31.13º 0.84% 0.69% -
HSV(B) 31.13º 0.55% 0.95% -
XYZ 55.3 51.82 21.56 -
YUV 189.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 242 178 109 0 0.26 0.55 0.05 31.13 0.84 0.69
Hex F2 B2 6D 0 1A 37 5 1F 54 45
Octal 362 262 155 0 32 67 5 37 124 105
Binary 11110010 10110010 1101101 0 11010 110111 101 11111 1010100 1000101

Color Harmonies of #F2B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B26D

Black with #F2B26D

Text Example


Text Example

White with #F2B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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