Html Css Color HEX #F2B26B Harvest Gold

📋 copy color: '#F2B26B'

red 242 ◦ green 178 ◦ blue 107

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

Shades of Harvest Gold #F2B26B

Tints of Harvest Gold #F2B26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.3%

R = 45.92%
G = 33.78%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2B26B (or 0xF2B26B) is known color: Harvest Gold. HEX triplet: F2, B2 and 6B. RGB value is (242,178,107). Sum of RGB (Red+Green+Blue) = 242+178+107=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B26B is #0D4D94. Grayscale: #BDBDBD. Windows color (decimal): -871829 or 7058162. OLE color: 7058162.

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

Color convert

RGB 242 178 107 -
CMYK 0 0.26 0.56 0.05
HSL 31.56º 0.84% 0.68% -
HSV(B) 31.56º 0.56% 0.95% -
XYZ 55.19 51.78 21 -
YUV 189.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 242 178 107 0 0.26 0.56 0.05 31.56 0.84 0.68
Hex F2 B2 6B 0 1A 38 5 20 54 44
Octal 362 262 153 0 32 70 5 40 124 104
Binary 11110010 10110010 1101011 0 11010 111000 101 100000 1010100 1000100

Color Harmonies of #F2B26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B26B

Black with #F2B26B

Text Example


Text Example

White with #F2B26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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