#FECA99

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

Shades of Peach-Orange #FECA99

Tints of Peach-Orange #FECA99

Color information

#FECA99 (or 0xFECA99) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 99. RGB value is (254,202,153). Sum of RGB (Red+Green+Blue) = 254+202+153=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA99 is #013566. Grayscale: #D4D4D4. Windows color (decimal): -79207 or 10078974. OLE color: 10078974.

HSL color Cylindrical-coordinate representation of color #FECA99: hue angle of 29.11º 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 #FECA99 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254202153-
CMYK00.200.400.00
HSL29.11º98.06%79.8%-
HSV(B)29.11º39.76%99.61%-
XYZ67.7465.6139.23-
YUV211.9694.73157.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=41.71%
G=33.17%
B=25.12%

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
Decimal25420215300.200.400.0029.1198.0679.8
HexFECA990142801d6250
Octal37631223102450035142120
Binary11111110110010101001100101010010100001110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA99; }

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

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

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

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

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

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

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

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