#F2B26F

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

Shades of Tacao #F2B26F

Tints of Tacao #F2B26F

Color information

#F2B26F (or 0xF2B26F) is unknown color: approx Tacao. HEX triplet: F2, B2 and 6F. RGB value is (242,178,111). Sum of RGB (Red+Green+Blue) = 242+178+111=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B26F is #0D4D90. Grayscale: #BDBDBD. Windows color (decimal): -871825 or 7320306. OLE color: 7320306.

HSL color Cylindrical-coordinate representation of color #F2B26F: hue angle of 30.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2B26F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242178111-
CMYK00.260.540.05
HSL30.69º83.44%69.22%-
HSV(B)30.69º54.13%94.9%-
XYZ55.4151.8722.13-
YUV189.583.7165.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 111 (43.75% from 255) = 20.90%
R=45.57%
G=33.52%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217811100.260.540.0530.6983.4469.22
HexF2B26F01A3651f5345
Octal36226215703266537123105
Binary111100101011001011011110110101101101011111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B26F; }

 p { color: rgb(242,178,111); }

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

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

 a { background-color: rgb(242,178,111); }

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

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

 span { border-color: rgb(242,178,111); }

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