#FEC38E

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

Shades of Peach-Orange #FEC38E

Tints of Peach-Orange #FEC38E

Color information

#FEC38E (or 0xFEC38E) is unknown color: approx Peach-Orange. HEX triplet: FE, C3 and 8E. RGB value is (254,195,142). Sum of RGB (Red+Green+Blue) = 254+195+142=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC38E is #013C71. Grayscale: #CECECE. Windows color (decimal): -81010 or 9356286. OLE color: 9356286.

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

Color convert

RGB254195142-
CMYK00.230.440.00
HSL28.39º98.25%77.65%-
HSV(B)28.39º44.09%99.61%-
XYZ65.2762.0534.13-
YUV206.691.55161.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=42.98%
G=32.99%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419514200.230.440.0028.3998.2577.65
HexFEC38E0172C01c624e
Octal37630321602754034142116
Binary11111110110000111000111001011110110001110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC38E; }

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

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

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

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

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

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

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

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