#F4AE6E

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

Shades of Tacao #F4AE6E

Tints of Tacao #F4AE6E

Color information

#F4AE6E (or 0xF4AE6E) is unknown color: approx Tacao. HEX triplet: F4, AE and 6E. RGB value is (244,174,110). Sum of RGB (Red+Green+Blue) = 244+174+110=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AE6E is #0B5191. Grayscale: #BBBBBB. Windows color (decimal): -741778 or 7253748. OLE color: 7253748.

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

Color convert

RGB244174110-
CMYK00.290.550.04
HSL28.66º85.9%69.41%-
HSV(B)28.66º54.92%95.69%-
XYZ55.2650.6321.61-
YUV187.6384.19168.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.21%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 110 (43.36% from 255) = 20.83%
R=46.21%
G=32.95%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417411000.290.550.0428.6685.969.41
HexF4AE6E01D3741d5645
Octal36425615603567435126105
Binary111101001010111011011100111011101111001110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE6E; }

 p { color: rgb(244,174,110); }

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

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

 a { background-color: rgb(244,174,110); }

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

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

 span { border-color: rgb(244,174,110); }

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