#FECA8E

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

Shades of Peach-Orange #FECA8E

Tints of Peach-Orange #FECA8E

Color information

#FECA8E (or 0xFECA8E) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 8E. RGB value is (254,202,142). Sum of RGB (Red+Green+Blue) = 254+202+142=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8E is #013571. Grayscale: #D3D3D3. Windows color (decimal): -79218 or 9358078. OLE color: 9358078.

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

Color convert

RGB254202142-
CMYK00.200.440.00
HSL32.14º98.25%77.65%-
HSV(B)32.14º44.09%99.61%-
XYZ66.8865.2634.66-
YUV210.7189.23158.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=42.47%
G=33.78%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420214200.200.440.0032.1498.2577.65
HexFECA8E0142C020624e
Octal37631221602454040142116
Binary111111101100101010001110010100101100010000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA8E; }

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

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

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

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

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

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

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

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