#FACE90

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

Shades of Peach-Orange #FACE90

Tints of Peach-Orange #FACE90

Color information

#FACE90 (or 0xFACE90) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 90. RGB value is (250,206,144). Sum of RGB (Red+Green+Blue) = 250+206+144=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE90 is #05316F. Grayscale: #D4D4D4. Windows color (decimal): -340336 or 9490170. OLE color: 9490170.

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

Color convert

RGB250206144-
CMYK00.180.420.02
HSL35.09º91.38%77.25%-
HSV(B)35.09º42.4%98.04%-
XYZ66.5366.4835.71-
YUV212.0989.58155.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 144 (56.64% from 255) = 24%
R=41.67%
G=34.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020614400.180.420.0235.0991.3877.25
HexFACE900122A2235b4d
Octal37231622002252243133115
Binary1111101011001110100100000100101010101010001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE90; }

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

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

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

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

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

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

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

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