#FECB8E

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

Shades of Peach-Orange #FECB8E

Tints of Peach-Orange #FECB8E

Color information

#FECB8E (or 0xFECB8E) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 8E. RGB value is (254,203,142). Sum of RGB (Red+Green+Blue) = 254+203+142=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB8E is #013471. Grayscale: #D3D3D3. Windows color (decimal): -78962 or 9358334. OLE color: 9358334.

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

Color convert

RGB254203142-
CMYK00.200.440.00
HSL32.68º98.25%77.65%-
HSV(B)32.68º44.09%99.61%-
XYZ67.1165.7434.74-
YUV211.2988.9158.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=42.40%
G=33.89%
B=23.71%

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
Decimal25420314200.200.440.0032.6898.2577.65
HexFECB8E0142C021624e
Octal37631321602454041142116
Binary111111101100101110001110010100101100010000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB8E; }

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

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

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

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

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

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

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

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