#FEB085

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

Shades of Tacao #FEB085

Tints of Tacao #FEB085

Color information

#FEB085 (or 0xFEB085) is unknown color: approx Tacao. HEX triplet: FE, B0 and 85. RGB value is (254,176,133). Sum of RGB (Red+Green+Blue) = 254+176+133=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB085 is #014F7A. Grayscale: #C2C2C2. Windows color (decimal): -85883 or 8761598. OLE color: 8761598.

HSL color Cylindrical-coordinate representation of color #FEB085: hue angle of 21.32º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEB085 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254176133-
CMYK00.310.480.00
HSL21.32º98.37%75.88%-
HSV(B)21.32º47.64%99.61%-
XYZ60.6353.8129.38-
YUV194.4293.34170.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.12%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=45.12%
G=31.26%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417613300.310.480.0021.3298.3775.88
HexFEB08501F30015624c
Octal37626020503760025142114
Binary11111110101100001000010101111111000001010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB085; }

 p { color: rgb(254,176,133); }

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

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

 a { background-color: rgb(254,176,133); }

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

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

 span { border-color: rgb(254,176,133); }

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