#FECB99

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

Shades of Peach-Orange #FECB99

Tints of Peach-Orange #FECB99

Color information

#FECB99 (or 0xFECB99) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 99. RGB value is (254,203,153). Sum of RGB (Red+Green+Blue) = 254+203+153=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB99 is #013466. Grayscale: #D4D4D4. Windows color (decimal): -78951 or 10079230. OLE color: 10079230.

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

Color convert

RGB254203153-
CMYK00.200.400.00
HSL29.7º98.06%79.8%-
HSV(B)29.7º39.76%99.61%-
XYZ67.9866.0839.31-
YUV212.5594.4157.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 153 (60.16% from 255) = 25.08%
R=41.64%
G=33.28%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420315300.200.400.0029.798.0679.8
HexFECB990142801e6250
Octal37631323102450036142120
Binary11111110110010111001100101010010100001111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB99; }

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

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

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

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

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

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

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

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