#F4B170

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

Shades of Tacao #F4B170

Tints of Tacao #F4B170

Color information

#F4B170 (or 0xF4B170) is unknown color: approx Tacao. HEX triplet: F4, B1 and 70. RGB value is (244,177,112). Sum of RGB (Red+Green+Blue) = 244+177+112=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B170 is #0B4E8F. Grayscale: #BDBDBD. Windows color (decimal): -741008 or 7385588. OLE color: 7385588.

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

Color convert

RGB244177112-
CMYK00.270.540.04
HSL29.55º85.71%69.8%-
HSV(B)29.55º54.1%95.69%-
XYZ55.9651.8522.39-
YUV189.6284.2166.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.78%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=45.78%
G=33.21%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417711200.270.540.0429.5585.7169.8
HexF4B17001B3641e5646
Octal36426116003366436126106
Binary111101001011000111100000110111101101001111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B170; }

 p { color: rgb(244,177,112); }

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

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

 a { background-color: rgb(244,177,112); }

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

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

 span { border-color: rgb(244,177,112); }

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