#F2AE6B

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

Shades of Tacao #F2AE6B

Tints of Tacao #F2AE6B

Color information

#F2AE6B (or 0xF2AE6B) is unknown color: approx Tacao. HEX triplet: F2, AE and 6B. RGB value is (242,174,107). Sum of RGB (Red+Green+Blue) = 242+174+107=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AE6B is #0D5194. Grayscale: #BBBBBB. Windows color (decimal): -872853 or 7057138. OLE color: 7057138.

HSL color Cylindrical-coordinate representation of color #F2AE6B: hue angle of 29.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2AE6B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB242174107-
CMYK00.280.560.05
HSL29.78º83.85%68.43%-
HSV(B)29.78º55.79%94.9%-
XYZ54.4150.2120.73-
YUV186.6983.03167.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 107 (42.19% from 255) = 20.46%
R=46.27%
G=33.27%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217410700.280.560.0529.7883.8568.43
HexF2AE6B01C3851e5444
Octal36225615303470536124104
Binary111100101010111011010110111001110001011111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE6B; }

 p { color: rgb(242,174,107); }

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

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

 a { background-color: rgb(242,174,107); }

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

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

 span { border-color: rgb(242,174,107); }

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