#FAC88F

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

Shades of Peach-Orange #FAC88F

Tints of Peach-Orange #FAC88F

Color information

#FAC88F (or 0xFAC88F) is unknown color: approx Peach-Orange. HEX triplet: FA, C8 and 8F. RGB value is (250,200,143). Sum of RGB (Red+Green+Blue) = 250+200+143=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88F is #053770. Grayscale: #D0D0D0. Windows color (decimal): -341873 or 9423098. OLE color: 9423098.

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

Color convert

RGB250200143-
CMYK00.20.430.02
HSL31.96º91.45%77.06%-
HSV(B)31.96º42.8%98.04%-
XYZ65.0463.6234.84-
YUV208.4591.07157.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 143 (56.25% from 255) = 24.11%
R=42.16%
G=33.73%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020014300.20.430.0231.9691.4577.06
HexFAC88F0142B2205b4d
Octal37231021702453240133115
Binary1111101011001000100011110101001010111010000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC88F; }

 p { color: rgb(250,200,143); }

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

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

 a { background-color: rgb(250,200,143); }

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

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

 span { border-color: rgb(250,200,143); }

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