#F4A86F

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

Shades of Tacao #F4A86F

Tints of Tacao #F4A86F

Color information

#F4A86F (or 0xF4A86F) is unknown color: approx Tacao. HEX triplet: F4, A8 and 6F. RGB value is (244,168,111). Sum of RGB (Red+Green+Blue) = 244+168+111=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A86F is #0B5790. Grayscale: #B8B8B8. Windows color (decimal): -743313 or 7317748. OLE color: 7317748.

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

Color convert

RGB244168111-
CMYK00.310.550.04
HSL25.71º85.81%69.61%-
HSV(B)25.71º54.51%95.69%-
XYZ54.1848.3921.52-
YUV184.2386.68170.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 111 (43.75% from 255) = 21.22%
R=46.65%
G=32.12%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416811100.310.550.0425.7185.8169.61
HexF4A86F01F3741a5646
Octal36425015703767432126106
Binary111101001010100011011110111111101111001101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A86F; }

 p { color: rgb(244,168,111); }

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

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

 a { background-color: rgb(244,168,111); }

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

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

 span { border-color: rgb(244,168,111); }

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