Html Css Color HEX #F1A47E Tacao

📋 copy color: '#F1A47E'

red 241 ◦ green 164 ◦ blue 126

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

Shades of Tacao #F1A47E

Tints of Tacao #F1A47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.73%

R = 45.39%
G = 30.89%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1A47E (or 0xF1A47E) is known color: Tacao. HEX triplet: F1, A4 and 7E. RGB value is (241,164,126). Sum of RGB (Red+Green+Blue) = 241+164+126=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A47E is #0E5B81. Grayscale: #B6B6B6. Windows color (decimal): -940930 or 8299761. OLE color: 8299761.

HSL color Cylindrical-coordinate representation of color #F1A47E: hue angle of 19.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1A47E is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 164 126 -
CMYK 0 0.32 0.48 0.05
HSL 19.83º 0.8% 0.72% -
HSV(B) 19.83º 0.48% 0.95% -
XYZ 53.32 46.76 25.95 -
YUV 182.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 241 164 126 0 0.32 0.48 0.05 19.83 0.8 0.72
Hex F1 A4 7E 0 20 30 5 14 50 48
Octal 361 244 176 0 40 60 5 24 120 110
Binary 11110001 10100100 1111110 0 100000 110000 101 10100 1010000 1001000

Color Harmonies of #F1A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A47E

Black with #F1A47E

Text Example


Text Example

White with #F1A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A47E; }

 p { color: rgb(241,164,126); }

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

background-color css

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

 a { background-color: rgb(241,164,126); }

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

border-color css

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

 span { border-color: rgb(241,164,126); }

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