Html Css Color HEX #F2B06A Harvest Gold

📋 copy color: '#F2B06A'

red 242 ◦ green 176 ◦ blue 106

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

Shades of Harvest Gold #F2B06A

Tints of Harvest Gold #F2B06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 106 (41.8% from 255) = 20.23%

R = 46.18%
G = 33.59%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2B06A (or 0xF2B06A) is known color: Harvest Gold. HEX triplet: F2, B0 and 6A. RGB value is (242,176,106). Sum of RGB (Red+Green+Blue) = 242+176+106=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06A is #0D4F95. Grayscale: #BCBCBC. Windows color (decimal): -872342 or 6992114. OLE color: 6992114.

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

Color convert

RGB 242 176 106 -
CMYK 0 0.27 0.56 0.05
HSL 30.88º 0.84% 0.68% -
HSV(B) 30.88º 0.56% 0.95% -
XYZ 54.74 50.97 20.59 -
YUV 187.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 242 176 106 0 0.27 0.56 0.05 30.88 0.84 0.68
Hex F2 B0 6A 0 1B 38 5 1F 54 44
Octal 362 260 152 0 33 70 5 37 124 104
Binary 11110010 10110000 1101010 0 11011 111000 101 11111 1010100 1000100

Color Harmonies of #F2B06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B06A

Black with #F2B06A

Text Example


Text Example

White with #F2B06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B06A; }

 p { color: rgb(242,176,106); }

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

background-color css

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

 a { background-color: rgb(242,176,106); }

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

border-color css

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

 span { border-color: rgb(242,176,106); }

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