#FFB270

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

Shades of Tacao #FFB270

Tints of Tacao #FFB270

Color information

#FFB270 (or 0xFFB270) is unknown color: approx Tacao. HEX triplet: FF, B2 and 70. RGB value is (255,178,112). Sum of RGB (Red+Green+Blue) = 255+178+112=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB270 is #004D8F. Grayscale: #C1C1C1. Windows color (decimal): -19856 or 7385855. OLE color: 7385855.

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

Color convert

RGB255178112-
CMYK00.300.560
HSL27.69º100%71.96%-
HSV(B)27.69º56.08%100%-
XYZ60.0954.2722.64-
YUV193.582.01171.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 112 (44.14% from 255) = 20.55%
R=46.79%
G=32.66%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517811200.300.56027.6910071.96
HexFFB27001E3801c6448
Octal37726216003670034144110
Binary1111111110110010111000001111011100001110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB270; }

 p { color: rgb(255,178,112); }

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

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

 a { background-color: rgb(255,178,112); }

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

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

 span { border-color: rgb(255,178,112); }

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