#F6B27F

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

Shades of Tacao #F6B27F

Tints of Tacao #F6B27F

Color information

#F6B27F (or 0xF6B27F) is unknown color: approx Tacao. HEX triplet: F6, B2 and 7F. RGB value is (246,178,127). Sum of RGB (Red+Green+Blue) = 246+178+127=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B27F is #094D80. Grayscale: #C0C0C0. Windows color (decimal): -609665 or 8368886. OLE color: 8368886.

HSL color Cylindrical-coordinate representation of color #F6B27F: hue angle of 25.71º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6B27F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246178127-
CMYK00.280.480.04
HSL25.71º86.86%73.14%-
HSV(B)25.71º48.37%96.47%-
XYZ57.7652.9727.26-
YUV192.5291.03166.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 127 (50% from 255) = 23.05%
R=44.65%
G=32.30%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617812700.280.480.0425.7186.8673.14
HexF6B27F01C3041a5749
Octal36626217703460432127111
Binary111101101011001011111110111001100001001101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B27F; }

 p { color: rgb(246,178,127); }

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

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

 a { background-color: rgb(246,178,127); }

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

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

 span { border-color: rgb(246,178,127); }

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