#F1AD7F

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

Shades of Tacao #F1AD7F

Tints of Tacao #F1AD7F

Color information

#F1AD7F (or 0xF1AD7F) is unknown color: approx Tacao. HEX triplet: F1, AD and 7F. RGB value is (241,173,127). Sum of RGB (Red+Green+Blue) = 241+173+127=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD7F is #0E5280. Grayscale: #BCBCBC. Windows color (decimal): -938625 or 8367601. OLE color: 8367601.

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

Color convert

RGB241173127-
CMYK00.280.470.05
HSL24.21º80.28%72.16%-
HSV(B)24.21º47.3%94.51%-
XYZ55.0550.1226.85-
YUV188.0993.53165.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 127 (50% from 255) = 23.48%
R=44.55%
G=31.98%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117312700.280.470.0524.2180.2872.16
HexF1AD7F01C2F5185048
Octal36125517703457530120110
Binary111100011010110111111110111001011111011100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD7F; }

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

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

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

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

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

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

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

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