#FECF94

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

Shades of Peach-Orange #FECF94

Tints of Peach-Orange #FECF94

Color information

#FECF94 (or 0xFECF94) is unknown color: approx Peach-Orange. HEX triplet: FE, CF and 94. RGB value is (254,207,148). Sum of RGB (Red+Green+Blue) = 254+207+148=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF94 is #01306B. Grayscale: #D6D6D6. Windows color (decimal): -77932 or 9752574. OLE color: 9752574.

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

Color convert

RGB254207148-
CMYK00.190.420.00
HSL33.4º98.15%78.82%-
HSV(B)33.4º41.73%99.61%-
XYZ68.5367.8337.5-
YUV214.3390.57156.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 148 (58.20% from 255) = 24.30%
R=41.71%
G=33.99%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420714800.190.420.0033.498.1578.82
HexFECF940132A021624f
Octal37631722402352041142117
Binary111111101100111110010100010011101010010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF94; }

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

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

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

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

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

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

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

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