#F2B07F

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

Shades of Tacao #F2B07F

Tints of Tacao #F2B07F

Color information

#F2B07F (or 0xF2B07F) is unknown color: approx Tacao. HEX triplet: F2, B0 and 7F. RGB value is (242,176,127). Sum of RGB (Red+Green+Blue) = 242+176+127=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B07F is #0D4F80. Grayscale: #BEBEBE. Windows color (decimal): -872321 or 8368370. OLE color: 8368370.

HSL color Cylindrical-coordinate representation of color #F2B07F: hue angle of 25.57º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2B07F is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242176127-
CMYK00.270.480.05
HSL25.57º81.56%72.35%-
HSV(B)25.57º47.52%94.9%-
XYZ55.9751.4627.06-
YUV190.1592.37164.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 23.30%
R=44.40%
G=32.29%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217612700.270.480.0525.5781.5672.35
HexF2B07F01B3051a5248
Octal36226017703360532122110
Binary111100101011000011111110110111100001011101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B07F; }

 p { color: rgb(242,176,127); }

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

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

 a { background-color: rgb(242,176,127); }

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

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

 span { border-color: rgb(242,176,127); }

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