#FACC8F

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

Shades of Peach-Orange #FACC8F

Tints of Peach-Orange #FACC8F

Color information

#FACC8F (or 0xFACC8F) is unknown color: approx Peach-Orange. HEX triplet: FA, CC and 8F. RGB value is (250,204,143). Sum of RGB (Red+Green+Blue) = 250+204+143=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC8F is #053370. Grayscale: #D3D3D3. Windows color (decimal): -340849 or 9424122. OLE color: 9424122.

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

Color convert

RGB250204143-
CMYK00.180.430.02
HSL34.21º91.45%77.06%-
HSV(B)34.21º42.8%98.04%-
XYZ65.9865.4935.15-
YUV210.889.74155.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 143 (56.25% from 255) = 23.95%
R=41.88%
G=34.17%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020414300.180.430.0234.2191.4577.06
HexFACC8F0122B2225b4d
Octal37231421702253242133115
Binary1111101011001100100011110100101010111010001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC8F; }

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

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

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

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

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

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

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

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