#F4B772

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

Shades of Tacao #F4B772

Tints of Tacao #F4B772

Color information

#F4B772 (or 0xF4B772) is unknown color: approx Tacao. HEX triplet: F4, B7 and 72. RGB value is (244,183,114). Sum of RGB (Red+Green+Blue) = 244+183+114=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B772 is #0B488D. Grayscale: #C1C1C1. Windows color (decimal): -739470 or 7518196. OLE color: 7518196.

HSL color Cylindrical-coordinate representation of color #F4B772: hue angle of 31.85º 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 #F4B772 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB244183114-
CMYK00.250.530.04
HSL31.85º85.53%70.2%-
HSV(B)31.85º53.28%95.69%-
XYZ57.2854.3123.38-
YUV193.3783.21164.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.10%
GREEN value IS 183 (71.88% from 255) = 33.83%
BLUE value IS 114 (44.92% from 255) = 21.07%
R=45.10%
G=33.83%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418311400.250.530.0431.8585.5370.2
HexF4B772019354205646
Octal36426716203165440126106
Binary1111010010110111111001001100111010110010000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B772; }

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

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

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

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

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

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

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

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