Html Css Color HEX #F2B06C Harvest Gold

📋 copy color: '#F2B06C'

red 242 ◦ green 176 ◦ blue 108

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

Shades of Harvest Gold #F2B06C

Tints of Harvest Gold #F2B06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 46.01%
G = 33.46%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2B06C (or 0xF2B06C) is known color: Harvest Gold. HEX triplet: F2, B0 and 6C. RGB value is (242,176,108). Sum of RGB (Red+Green+Blue) = 242+176+108=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06C is #0D4F93. Grayscale: #BCBCBC. Windows color (decimal): -872340 or 7123186. OLE color: 7123186.

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

Color convert

RGB 242 176 108 -
CMYK 0 0.27 0.55 0.05
HSL 30.45º 0.84% 0.69% -
HSV(B) 30.45º 0.55% 0.95% -
XYZ 54.85 51.01 21.14 -
YUV 187.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 242 176 108 0 0.27 0.55 0.05 30.45 0.84 0.69
Hex F2 B0 6C 0 1B 37 5 1E 54 45
Octal 362 260 154 0 33 67 5 36 124 105
Binary 11110010 10110000 1101100 0 11011 110111 101 11110 1010100 1000101

Color Harmonies of #F2B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B06C

Black with #F2B06C

Text Example


Text Example

White with #F2B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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