Html Css Color HEX #F1AF76 Tacao

📋 copy color: '#F1AF76'

red 241 ◦ green 175 ◦ blue 118

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

Shades of Tacao #F1AF76

Tints of Tacao #F1AF76

RGB

 RED value IS 241 (94.53% from 255) = 45.13%

 GREEN value IS 175 (68.75% from 255) = 32.77%

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

R = 45.13%
G = 32.77%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1AF76 (or 0xF1AF76) is known color: Tacao. HEX triplet: F1, AF and 76. RGB value is (241,175,118). Sum of RGB (Red+Green+Blue) = 241+175+118=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF76 is #0E5089. Grayscale: #BCBCBC. Windows color (decimal): -938122 or 7778289. OLE color: 7778289.

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

Color convert

RGB 241 175 118 -
CMYK 0 0.27 0.51 0.05
HSL 27.8º 0.81% 0.7% -
HSV(B) 27.8º 0.51% 0.95% -
XYZ 54.88 50.67 24.03 -
YUV 188.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 241 175 118 0 0.27 0.51 0.05 27.8 0.81 0.7
Hex F1 AF 76 0 1B 33 5 1C 51 46
Octal 361 257 166 0 33 63 5 34 121 106
Binary 11110001 10101111 1110110 0 11011 110011 101 11100 1010001 1000110

Color Harmonies of #F1AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AF76

Black with #F1AF76

Text Example


Text Example

White with #F1AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AF76; }

 p { color: rgb(241,175,118); }

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

background-color css

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

 a { background-color: rgb(241,175,118); }

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

border-color css

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

 span { border-color: rgb(241,175,118); }

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