#F1A874

Color #F1A874 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #F1A874

Tints of Tacao #F1A874

Color information

#F1A874 (or 0xF1A874) is unknown color: approx Tacao. HEX triplet: F1, A8 and 74. RGB value is (241,168,116). Sum of RGB (Red+Green+Blue) = 241+168+116=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A874 is #0E578B. Grayscale: #B8B8B8. Windows color (decimal): -939916 or 7645425. OLE color: 7645425.

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

Color convert

RGB241168116-
CMYK00.300.520.05
HSL24.96º81.7%70%-
HSV(B)24.96º51.87%94.51%-
XYZ53.4347.9722.97-
YUV183.989.68168.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 116 (45.70% from 255) = 22.10%
R=45.90%
G=32%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116811600.300.520.0524.9681.770
HexF1A87401E345195246
Octal36125016403664531122106
Binary111100011010100011101000111101101001011100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A874; }

 p { color: rgb(241,168,116); }

 H1.HeaderClassName
 {
   color: #F1A874;
 }
 .AnyTagClassName
 {
   color: #F1A874;
 }
</style>
background-color css

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

 a { background-color: rgb(241,168,116); }

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

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

 span { border-color: rgb(241,168,116); }

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