#FAC88D

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

Shades of Peach-Orange #FAC88D

Tints of Peach-Orange #FAC88D

Color information

#FAC88D (or 0xFAC88D) is unknown color: approx Peach-Orange. HEX triplet: FA, C8 and 8D. RGB value is (250,200,141). Sum of RGB (Red+Green+Blue) = 250+200+141=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88D is #053772. Grayscale: #D0D0D0. Windows color (decimal): -341875 or 9292026. OLE color: 9292026.

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

Color convert

RGB250200141-
CMYK00.20.440.02
HSL32.48º91.6%76.67%-
HSV(B)32.48º43.6%98.04%-
XYZ64.8963.5634.05-
YUV208.2290.07157.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=42.30%
G=33.84%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020014100.20.440.0232.4891.676.67
HexFAC88D0142C2205c4d
Octal37231021502454240134115
Binary1111101011001000100011010101001011001010000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC88D; }

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

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

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

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

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

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

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

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