Html Css Color HEX #F2B76D Harvest Gold

📋 copy color: '#F2B76D'

red 242 ◦ green 183 ◦ blue 109

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

Shades of Harvest Gold #F2B76D

Tints of Harvest Gold #F2B76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

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

R = 45.32%
G = 34.27%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B76D (or 0xF2B76D) is known color: Harvest Gold. HEX triplet: F2, B7 and 6D. RGB value is (242,183,109). Sum of RGB (Red+Green+Blue) = 242+183+109=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B76D is #0D4892. Grayscale: #C0C0C0. Windows color (decimal): -870547 or 7190514. OLE color: 7190514.

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

Color convert

RGB 242 183 109 -
CMYK 0 0.24 0.55 0.05
HSL 33.38º 0.84% 0.69% -
HSV(B) 33.38º 0.55% 0.95% -
XYZ 56.31 53.85 21.89 -
YUV 192.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 242 183 109 0 0.24 0.55 0.05 33.38 0.84 0.69
Hex F2 B7 6D 0 18 37 5 21 54 45
Octal 362 267 155 0 30 67 5 41 124 105
Binary 11110010 10110111 1101101 0 11000 110111 101 100001 1010100 1000101

Color Harmonies of #F2B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B76D

Black with #F2B76D

Text Example


Text Example

White with #F2B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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