#FACC95

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

Shades of Peach-Orange #FACC95

Tints of Peach-Orange #FACC95

Color information

#FACC95 (or 0xFACC95) is unknown color: approx Peach-Orange. HEX triplet: FA, CC and 95. RGB value is (250,204,149). Sum of RGB (Red+Green+Blue) = 250+204+149=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC95 is #05336A. Grayscale: #D3D3D3. Windows color (decimal): -340843 or 9817338. OLE color: 9817338.

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

Color convert

RGB250204149-
CMYK00.180.400.02
HSL32.67º90.99%78.24%-
HSV(B)32.67º40.4%98.04%-
XYZ66.4465.6837.61-
YUV211.4892.74155.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=41.46%
G=33.83%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020414900.180.400.0232.6790.9978.24
HexFACC95012282215b4e
Octal37231422502250241133116
Binary1111101011001100100101010100101010001010000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC95; }

 p { color: rgb(250,204,149); }

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

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

 a { background-color: rgb(250,204,149); }

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

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

 span { border-color: rgb(250,204,149); }

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