Html Css Color HEX #F2A476 Tacao

📋 copy color: '#F2A476'

red 242 ◦ green 164 ◦ blue 118

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

Shades of Tacao #F2A476

Tints of Tacao #F2A476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

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

R = 46.18%
G = 31.3%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2A476 (or 0xF2A476) is known color: Tacao. HEX triplet: F2, A4 and 76. RGB value is (242,164,118). Sum of RGB (Red+Green+Blue) = 242+164+118=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A476 is #0D5B89. Grayscale: #B6B6B6. Windows color (decimal): -875402 or 7775474. OLE color: 7775474.

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

Color convert

RGB 242 164 118 -
CMYK 0 0.32 0.51 0.05
HSL 22.26º 0.83% 0.71% -
HSV(B) 22.26º 0.51% 0.95% -
XYZ 53.16 46.74 23.36 -
YUV 182.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 242 164 118 0 0.32 0.51 0.05 22.26 0.83 0.71
Hex F2 A4 76 0 20 33 5 16 53 47
Octal 362 244 166 0 40 63 5 26 123 107
Binary 11110010 10100100 1110110 0 100000 110011 101 10110 1010011 1000111

Color Harmonies of #F2A476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A476

Black with #F2A476

Text Example


Text Example

White with #F2A476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A476; }

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

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

background-color css

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

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

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

border-color css

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

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

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