#FECC8C

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

Shades of Peach-Orange #FECC8C

Tints of Peach-Orange #FECC8C

Color information

#FECC8C (or 0xFECC8C) is unknown color: approx Peach-Orange. HEX triplet: FE, CC and 8C. RGB value is (254,204,140). Sum of RGB (Red+Green+Blue) = 254+204+140=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8C is #013373. Grayscale: #D3D3D3. Windows color (decimal): -78708 or 9227518. OLE color: 9227518.

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

Color convert

RGB254204140-
CMYK00.200.450.00
HSL33.68º98.28%77.25%-
HSV(B)33.68º44.88%99.61%-
XYZ67.266.1534.04-
YUV211.6587.56158.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 140 (55.08% from 255) = 23.41%
R=42.47%
G=34.11%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420414000.200.450.0033.6898.2877.25
HexFECC8C0142D022624d
Octal37631421402455042142115
Binary111111101100110010001100010100101101010001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC8C; }

 p { color: rgb(254,204,140); }

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

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

 a { background-color: rgb(254,204,140); }

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

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

 span { border-color: rgb(254,204,140); }

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