Html Css Color HEX #F2A679 Tacao

📋 copy color: '#F2A679'

red 242 ◦ green 166 ◦ blue 121

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

Shades of Tacao #F2A679

Tints of Tacao #F2A679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.87%

R = 45.75%
G = 31.38%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2A679 (or 0xF2A679) is known color: Tacao. HEX triplet: F2, A6 and 79. RGB value is (242,166,121). Sum of RGB (Red+Green+Blue) = 242+166+121=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A679 is #0D5986. Grayscale: #B7B7B7. Windows color (decimal): -874887 or 7972594. OLE color: 7972594.

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

Color convert

RGB 242 166 121 -
CMYK 0 0.31 0.50 0.05
HSL 22.31º 0.82% 0.71% -
HSV(B) 22.31º 0.5% 0.95% -
XYZ 53.71 47.53 24.43 -
YUV 183.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 242 166 121 0 0.31 0.50 0.05 22.31 0.82 0.71
Hex F2 A6 79 0 1F 32 5 16 52 47
Octal 362 246 171 0 37 62 5 26 122 107
Binary 11110010 10100110 1111001 0 11111 110010 101 10110 1010010 1000111

Color Harmonies of #F2A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A679

Black with #F2A679

Text Example


Text Example

White with #F2A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A679; }

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

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

background-color css

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

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

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

border-color css

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

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

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