Html Css Color HEX #F2AD76 Tacao

📋 copy color: '#F2AD76'

red 242 ◦ green 173 ◦ blue 118

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

Shades of Tacao #F2AD76

Tints of Tacao #F2AD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

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

R = 45.4%
G = 32.46%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2AD76 (or 0xF2AD76) is known color: Tacao. HEX triplet: F2, AD and 76. RGB value is (242,173,118). Sum of RGB (Red+Green+Blue) = 242+173+118=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD76 is #0D5289. Grayscale: #BBBBBB. Windows color (decimal): -873098 or 7777778. OLE color: 7777778.

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

Color convert

RGB 242 173 118 -
CMYK 0 0.29 0.51 0.05
HSL 26.61º 0.83% 0.71% -
HSV(B) 26.61º 0.51% 0.95% -
XYZ 54.83 50.07 23.91 -
YUV 187.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 242 173 118 0 0.29 0.51 0.05 26.61 0.83 0.71
Hex F2 AD 76 0 1D 33 5 1B 53 47
Octal 362 255 166 0 35 63 5 33 123 107
Binary 11110010 10101101 1110110 0 11101 110011 101 11011 1010011 1000111

Color Harmonies of #F2AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD76

Black with #F2AD76

Text Example


Text Example

White with #F2AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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