Html Css Color HEX #F2A676 Tacao

📋 copy color: '#F2A676'

red 242 ◦ green 166 ◦ blue 118

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

Shades of Tacao #F2A676

Tints of Tacao #F2A676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.56%

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 46.01%
G = 31.56%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2A676 (or 0xF2A676) is known color: Tacao. HEX triplet: F2, A6 and 76. RGB value is (242,166,118). Sum of RGB (Red+Green+Blue) = 242+166+118=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A676 is #0D5989. Grayscale: #B7B7B7. Windows color (decimal): -874890 or 7775986. OLE color: 7775986.

HSL color Cylindrical-coordinate representation of color #F2A676: hue angle of 23.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2A676 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 118 -
CMYK 0 0.31 0.51 0.05
HSL 23.23º 0.83% 0.71% -
HSV(B) 23.23º 0.51% 0.95% -
XYZ 53.52 47.46 23.48 -
YUV 183.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 242 166 118 0 0.31 0.51 0.05 23.23 0.83 0.71
Hex F2 A6 76 0 1F 33 5 17 53 47
Octal 362 246 166 0 37 63 5 27 123 107
Binary 11110010 10100110 1110110 0 11111 110011 101 10111 1010011 1000111

Color Harmonies of #F2A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A676

Black with #F2A676

Text Example


Text Example

White with #F2A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A676; }

 p { color: rgb(242,166,118); }

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

background-color css

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

 a { background-color: rgb(242,166,118); }

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

border-color css

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

 span { border-color: rgb(242,166,118); }

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