#FACE99

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

Shades of Peach-Orange #FACE99

Tints of Peach-Orange #FACE99

Color information

#FACE99 (or 0xFACE99) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 99. RGB value is (250,206,153). Sum of RGB (Red+Green+Blue) = 250+206+153=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE99 is #053166. Grayscale: #D5D5D5. Windows color (decimal): -340327 or 10079994. OLE color: 10079994.

HSL color Cylindrical-coordinate representation of color #FACE99: hue angle of 32.78º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FACE99 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250206153-
CMYK00.180.390.02
HSL32.78º90.65%79.02%-
HSV(B)32.78º38.8%98.04%-
XYZ67.2566.7739.48-
YUV213.1194.08154.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=41.05%
G=33.83%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020615300.180.390.0232.7890.6579.02
HexFACE99012272215b4f
Octal37231623102247241133117
Binary1111101011001110100110010100101001111010000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE99; }

 p { color: rgb(250,206,153); }

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

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

 a { background-color: rgb(250,206,153); }

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

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

 span { border-color: rgb(250,206,153); }

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