#F4AD75

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

Shades of Tacao #F4AD75

Tints of Tacao #F4AD75

Color information

#F4AD75 (or 0xF4AD75) is unknown color: approx Tacao. HEX triplet: F4, AD and 75. RGB value is (244,173,117). Sum of RGB (Red+Green+Blue) = 244+173+117=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AD75 is #0B528A. Grayscale: #BCBCBC. Windows color (decimal): -742027 or 7712244. OLE color: 7712244.

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

Color convert

RGB244173117-
CMYK00.290.520.04
HSL26.46º85.23%70.78%-
HSV(B)26.46º52.05%95.69%-
XYZ55.4650.423.64-
YUV187.8488.02168.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=45.69%
G=32.40%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417311700.290.520.0426.4685.2370.78
HexF4AD7501D3441a5547
Octal36425516503564432125107
Binary111101001010110111101010111011101001001101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AD75; }

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

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

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

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

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

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

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

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