#FACB93

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

Shades of Peach-Orange #FACB93

Tints of Peach-Orange #FACB93

Color information

#FACB93 (or 0xFACB93) is unknown color: approx Peach-Orange. HEX triplet: FA, CB and 93. RGB value is (250,203,147). Sum of RGB (Red+Green+Blue) = 250+203+147=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACB93 is #05346C. Grayscale: #D2D2D2. Windows color (decimal): -341101 or 9686010. OLE color: 9686010.

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

Color convert

RGB250203147-
CMYK00.190.410.02
HSL32.62º91.15%77.84%-
HSV(B)32.62º41.2%98.04%-
XYZ66.0565.1436.7-
YUV210.6792.07156.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 147 (57.81% from 255) = 24.5%
R=41.67%
G=33.83%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020314700.190.410.0232.6291.1577.84
HexFACB93013292215b4e
Octal37231322302351241133116
Binary1111101011001011100100110100111010011010000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB93; }

 p { color: rgb(250,203,147); }

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

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

 a { background-color: rgb(250,203,147); }

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

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

 span { border-color: rgb(250,203,147); }

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