#F2B16F

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

Shades of Tacao #F2B16F

Tints of Tacao #F2B16F

Color information

#F2B16F (or 0xF2B16F) is unknown color: approx Tacao. HEX triplet: F2, B1 and 6F. RGB value is (242,177,111). Sum of RGB (Red+Green+Blue) = 242+177+111=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B16F is #0D4E90. Grayscale: #BDBDBD. Windows color (decimal): -872081 or 7320050. OLE color: 7320050.

HSL color Cylindrical-coordinate representation of color #F2B16F: hue angle of 30.23º 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 #F2B16F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB242177111-
CMYK00.270.540.05
HSL30.23º83.44%69.22%-
HSV(B)30.23º54.13%94.9%-
XYZ55.2151.4722.06-
YUV188.9184.03165.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.66%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 111 (43.75% from 255) = 20.94%
R=45.66%
G=33.40%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217711100.270.540.0530.2383.4469.22
HexF2B16F01B3651e5345
Octal36226115703366536123105
Binary111100101011000111011110110111101101011111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B16F; }

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

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

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

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

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

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

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

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