#FACA99

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

Shades of Peach-Orange #FACA99

Tints of Peach-Orange #FACA99

Color information

#FACA99 (or 0xFACA99) is unknown color: approx Peach-Orange. HEX triplet: FA, CA and 99. RGB value is (250,202,153). Sum of RGB (Red+Green+Blue) = 250+202+153=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA99 is #053566. Grayscale: #D3D3D3. Windows color (decimal): -341351 or 10078970. OLE color: 10078970.

HSL color Cylindrical-coordinate representation of color #FACA99: hue angle of 30.31º 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 #FACA99 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250202153-
CMYK00.190.390.02
HSL30.31º90.65%79.02%-
HSV(B)30.31º38.8%98.04%-
XYZ66.2964.8639.16-
YUV210.7795.4155.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=41.32%
G=33.39%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020215300.190.390.0230.3190.6579.02
HexFACA990132721e5b4f
Octal37231223102347236133117
Binary111110101100101010011001010011100111101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA99; }

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

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

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

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

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

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

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

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