#FECB91

Color #FECB91 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FECB91

Tints of Peach-Orange #FECB91

Color information

#FECB91 (or 0xFECB91) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 91. RGB value is (254,203,145). Sum of RGB (Red+Green+Blue) = 254+203+145=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB91 is #01346E. Grayscale: #D3D3D3. Windows color (decimal): -78959 or 9554942. OLE color: 9554942.

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

Color convert

RGB254203145-
CMYK00.200.430.00
HSL31.93º98.2%78.24%-
HSV(B)31.93º42.91%99.61%-
XYZ67.3465.8335.94-
YUV211.6490.4158.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 145 (57.03% from 255) = 24.09%
R=42.19%
G=33.72%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420314500.200.430.0031.9398.278.24
HexFECB910142B020624e
Octal37631322102453040142116
Binary111111101100101110010001010100101011010000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB91; }

 p { color: rgb(254,203,145); }

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

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

 a { background-color: rgb(254,203,145); }

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

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

 span { border-color: rgb(254,203,145); }

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