#FECB96

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

Shades of Peach-Orange #FECB96

Tints of Peach-Orange #FECB96

Color information

#FECB96 (or 0xFECB96) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 96. RGB value is (254,203,150). Sum of RGB (Red+Green+Blue) = 254+203+150=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB96 is #013469. Grayscale: #D4D4D4. Windows color (decimal): -78954 or 9882622. OLE color: 9882622.

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

Color convert

RGB254203150-
CMYK00.200.410.00
HSL30.58º98.11%79.22%-
HSV(B)30.58º40.94%99.61%-
XYZ67.7365.9838.02-
YUV212.2192.9157.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 150 (58.98% from 255) = 24.71%
R=41.85%
G=33.44%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420315000.200.410.0030.5898.1179.22
HexFECB960142901f624f
Octal37631322602451037142117
Binary11111110110010111001011001010010100101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB96; }

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

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

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

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

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

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

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

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