#FECB9A

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

Shades of Peach-Orange #FECB9A

Tints of Peach-Orange #FECB9A

Color information

#FECB9A (or 0xFECB9A) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 9A. RGB value is (254,203,154). Sum of RGB (Red+Green+Blue) = 254+203+154=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9A is #013465. Grayscale: #D4D4D4. Windows color (decimal): -78950 or 10144766. OLE color: 10144766.

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

Color convert

RGB254203154-
CMYK00.200.390.00
HSL29.4º98.04%80%-
HSV(B)29.4º39.37%99.61%-
XYZ68.0666.1239.75-
YUV212.6694.9157.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=41.57%
G=33.22%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420315400.200.390.0029.498.0480
HexFECB9A0142701d6250
Octal37631323202447035142120
Binary11111110110010111001101001010010011101110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB9A; }

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

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

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

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

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

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

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

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