#FECB95

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

Shades of Peach-Orange #FECB95

Tints of Peach-Orange #FECB95

Color information

#FECB95 (or 0xFECB95) is unknown color: approx Peach-Orange. HEX triplet: FE, CB and 95. RGB value is (254,203,149). Sum of RGB (Red+Green+Blue) = 254+203+149=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB95 is #01346A. Grayscale: #D4D4D4. Windows color (decimal): -78955 or 9817086. OLE color: 9817086.

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

Color convert

RGB254203149-
CMYK00.200.410.00
HSL30.86º98.13%79.02%-
HSV(B)30.86º41.34%99.61%-
XYZ67.6565.9537.6-
YUV212.0992.4157.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=41.91%
G=33.50%
B=24.59%

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
Decimal25420314900.200.410.0030.8698.1379.02
HexFECB950142901f624f
Octal37631322502451037142117
Binary11111110110010111001010101010010100101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECB95; }

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

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

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

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

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

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

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

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