#F4B775

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

Shades of Tacao #F4B775

Tints of Tacao #F4B775

Color information

#F4B775 (or 0xF4B775) is unknown color: approx Tacao. HEX triplet: F4, B7 and 75. RGB value is (244,183,117). Sum of RGB (Red+Green+Blue) = 244+183+117=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B775 is #0B488A. Grayscale: #C2C2C2. Windows color (decimal): -739467 or 7714804. OLE color: 7714804.

HSL color Cylindrical-coordinate representation of color #F4B775: hue angle of 31.18º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4B775 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB244183117-
CMYK00.250.520.04
HSL31.18º85.23%70.78%-
HSV(B)31.18º52.05%95.69%-
XYZ57.4554.3824.3-
YUV193.7284.71163.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=44.85%
G=33.64%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418311700.250.520.0431.1885.2370.78
HexF4B7750193441f5547
Octal36426716503164437125107
Binary111101001011011111101010110011101001001111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B775; }

 p { color: rgb(244,183,117); }

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

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

 a { background-color: rgb(244,183,117); }

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

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

 span { border-color: rgb(244,183,117); }

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