#FEC490

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

Shades of Peach-Orange #FEC490

Tints of Peach-Orange #FEC490

Color information

#FEC490 (or 0xFEC490) is unknown color: approx Peach-Orange. HEX triplet: FE, C4 and 90. RGB value is (254,196,144). Sum of RGB (Red+Green+Blue) = 254+196+144=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC490 is #013B6F. Grayscale: #CFCFCF. Windows color (decimal): -80752 or 9487614. OLE color: 9487614.

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

Color convert

RGB254196144-
CMYK00.230.430.00
HSL28.36º98.21%78.04%-
HSV(B)28.36º43.31%99.61%-
XYZ65.6562.5635-
YUV207.4192.22161.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 144 (56.64% from 255) = 24.24%
R=42.76%
G=33.00%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419614400.230.430.0028.3698.2178.04
HexFEC4900172B01c624e
Octal37630422002753034142116
Binary11111110110001001001000001011110101101110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC490; }

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

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

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

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

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

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

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

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