#F1AD7D

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

Shades of Tacao #F1AD7D

Tints of Tacao #F1AD7D

Color information

#F1AD7D (or 0xF1AD7D) is unknown color: approx Tacao. HEX triplet: F1, AD and 7D. RGB value is (241,173,125). Sum of RGB (Red+Green+Blue) = 241+173+125=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD7D is #0E5282. Grayscale: #BCBCBC. Windows color (decimal): -938627 or 8236529. OLE color: 8236529.

HSL color Cylindrical-coordinate representation of color #F1AD7D: hue angle of 24.83º degrees, saturation: 0.81, 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 #F1AD7D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241173125-
CMYK00.280.480.05
HSL24.83º80.56%71.76%-
HSV(B)24.83º48.13%94.51%-
XYZ54.9250.0726.17-
YUV187.8692.53165.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=44.71%
G=32.10%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117312500.280.480.0524.8380.5671.76
HexF1AD7D01C305195148
Octal36125517503460531121110
Binary111100011010110111111010111001100001011100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD7D; }

 p { color: rgb(241,173,125); }

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

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

 a { background-color: rgb(241,173,125); }

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

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

 span { border-color: rgb(241,173,125); }

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