#FEC990

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

Shades of Peach-Orange #FEC990

Tints of Peach-Orange #FEC990

Color information

#FEC990 (or 0xFEC990) is unknown color: approx Peach-Orange. HEX triplet: FE, C9 and 90. RGB value is (254,201,144). Sum of RGB (Red+Green+Blue) = 254+201+144=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC990 is #01366F. Grayscale: #D2D2D2. Windows color (decimal): -79472 or 9488894. OLE color: 9488894.

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

Color convert

RGB254201144-
CMYK00.210.430.00
HSL31.09º98.21%78.04%-
HSV(B)31.09º43.31%99.61%-
XYZ66.7964.8635.38-
YUV210.3590.56159.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 144 (56.64% from 255) = 24.04%
R=42.40%
G=33.56%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420114400.210.430.0031.0998.2178.04
HexFEC9900152B01f624e
Octal37631122002553037142116
Binary11111110110010011001000001010110101101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC990; }

 p { color: rgb(254,201,144); }

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

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

 a { background-color: rgb(254,201,144); }

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

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

 span { border-color: rgb(254,201,144); }

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