#F5B27F

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

Shades of Tacao #F5B27F

Tints of Tacao #F5B27F

Color information

#F5B27F (or 0xF5B27F) is unknown color: approx Tacao. HEX triplet: F5, B2 and 7F. RGB value is (245,178,127). Sum of RGB (Red+Green+Blue) = 245+178+127=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B27F is #0A4D80. Grayscale: #C0C0C0. Windows color (decimal): -675201 or 8368885. OLE color: 8368885.

HSL color Cylindrical-coordinate representation of color #F5B27F: hue angle of 25.93º degrees, saturation: 0.86, 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 #F5B27F is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245178127-
CMYK00.270.480.04
HSL25.93º85.51%72.94%-
HSV(B)25.93º48.16%96.08%-
XYZ57.4152.7927.24-
YUV192.2291.2165.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 127 (50% from 255) = 23.09%
R=44.55%
G=32.36%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517812700.270.480.0425.9385.5172.94
HexF5B27F01B3041a5649
Octal36526217703360432126111
Binary111101011011001011111110110111100001001101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B27F; }

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

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

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

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

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

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

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

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