#FFAF74

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

Shades of Tacao #FFAF74

Tints of Tacao #FFAF74

Color information

#FFAF74 (or 0xFFAF74) is unknown color: approx Tacao. HEX triplet: FF, AF and 74. RGB value is (255,175,116). Sum of RGB (Red+Green+Blue) = 255+175+116=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF74 is #00508B. Grayscale: #C0C0C0. Windows color (decimal): -20620 or 7647231. OLE color: 7647231.

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

Color convert

RGB255175116-
CMYK00.310.550
HSL25.47º100%72.75%-
HSV(B)25.47º54.51%100%-
XYZ59.7253.1823.64-
YUV192.1985172.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=46.70%
G=32.05%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517511600.310.55025.4710072.75
HexFFAF7401F370196449
Octal37725716403767031144111
Binary1111111110101111111010001111111011101100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF74; }

 p { color: rgb(255,175,116); }

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

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

 a { background-color: rgb(255,175,116); }

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

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

 span { border-color: rgb(255,175,116); }

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