#FECFA0

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

Shades of Peach-Orange #FECFA0

Tints of Peach-Orange #FECFA0

Color information

#FECFA0 (or 0xFECFA0) is unknown color: approx Peach-Orange. HEX triplet: FE, CF and A0. RGB value is (254,207,160). Sum of RGB (Red+Green+Blue) = 254+207+160=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA0 is #01305F. Grayscale: #D7D7D7. Windows color (decimal): -77920 or 10539006. OLE color: 10539006.

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

Color convert

RGB254207160-
CMYK00.190.370.00
HSL30º97.92%81.18%-
HSV(B)30º37.01%99.61%-
XYZ69.5368.2342.76-
YUV215.796.57155.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 160 (62.89% from 255) = 25.76%
R=40.90%
G=33.33%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420716000.190.370.003097.9281.18
HexFECFA00132501e6251
Octal37631724002345036142121
Binary11111110110011111010000001001110010101111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFA0; }

 p { color: rgb(254,207,160); }

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

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

 a { background-color: rgb(254,207,160); }

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

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

 span { border-color: rgb(254,207,160); }

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