#F4AD72

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

Shades of Tacao #F4AD72

Tints of Tacao #F4AD72

Color information

#F4AD72 (or 0xF4AD72) is unknown color: approx Tacao. HEX triplet: F4, AD and 72. RGB value is (244,173,114). Sum of RGB (Red+Green+Blue) = 244+173+114=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AD72 is #0B528D. Grayscale: #BBBBBB. Windows color (decimal): -742030 or 7515636. OLE color: 7515636.

HSL color Cylindrical-coordinate representation of color #F4AD72: hue angle of 27.23º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4AD72 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB244173114-
CMYK00.290.530.04
HSL27.23º85.53%70.2%-
HSV(B)27.23º53.28%95.69%-
XYZ55.2950.3422.72-
YUV187.586.52168.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.95%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=45.95%
G=32.58%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417311400.290.530.0427.2385.5370.2
HexF4AD7201D3541b5646
Octal36425516203565433126106
Binary111101001010110111100100111011101011001101110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AD72; }

 p { color: rgb(244,173,114); }

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

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

 a { background-color: rgb(244,173,114); }

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

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

 span { border-color: rgb(244,173,114); }

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