#FECA92

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

Shades of Peach-Orange #FECA92

Tints of Peach-Orange #FECA92

Color information

#FECA92 (or 0xFECA92) is unknown color: approx Peach-Orange. HEX triplet: FE, CA and 92. RGB value is (254,202,146). Sum of RGB (Red+Green+Blue) = 254+202+146=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA92 is #01356D. Grayscale: #D3D3D3. Windows color (decimal): -79214 or 9620222. OLE color: 9620222.

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

Color convert

RGB254202146-
CMYK00.200.430.00
HSL31.11º98.18%78.43%-
HSV(B)31.11º42.52%99.61%-
XYZ67.1865.3936.27-
YUV211.1691.23158.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 146 (57.42% from 255) = 24.25%
R=42.19%
G=33.55%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420214600.200.430.0031.1198.1878.43
HexFECA920142B01f624e
Octal37631222202453037142116
Binary11111110110010101001001001010010101101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA92; }

 p { color: rgb(254,202,146); }

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

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

 a { background-color: rgb(254,202,146); }

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

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

 span { border-color: rgb(254,202,146); }

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