#FEC992

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

Shades of Peach-Orange #FEC992

Tints of Peach-Orange #FEC992

Color information

#FEC992 (or 0xFEC992) is unknown color: approx Peach-Orange. HEX triplet: FE, C9 and 92. RGB value is (254,201,146). Sum of RGB (Red+Green+Blue) = 254+201+146=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC992 is #01366D. Grayscale: #D2D2D2. Windows color (decimal): -79470 or 9619966. OLE color: 9619966.

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

Color convert

RGB254201146-
CMYK00.210.430.00
HSL30.56º98.18%78.43%-
HSV(B)30.56º42.52%99.61%-
XYZ66.9564.9236.2-
YUV210.5891.56158.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=42.26%
G=33.44%
B=24.29%

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
Decimal25420114600.210.430.0030.5698.1878.43
HexFEC9920152B01f624e
Octal37631122202553037142116
Binary11111110110010011001001001010110101101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC992; }

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

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

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

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

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

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

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

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