#FAC08D

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

Shades of Peach-Orange #FAC08D

Tints of Peach-Orange #FAC08D

Color information

#FAC08D (or 0xFAC08D) is unknown color: approx Peach-Orange. HEX triplet: FA, C0 and 8D. RGB value is (250,192,141). Sum of RGB (Red+Green+Blue) = 250+192+141=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC08D is #053F72. Grayscale: #CBCBCB. Windows color (decimal): -343923 or 9289978. OLE color: 9289978.

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

Color convert

RGB250192141-
CMYK00.230.440.02
HSL28.07º91.6%76.67%-
HSV(B)28.07º43.6%98.04%-
XYZ63.0859.9533.45-
YUV203.5392.72161.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=42.88%
G=32.93%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019214100.230.440.0228.0791.676.67
HexFAC08D0172C21c5c4d
Octal37230021502754234134115
Binary111110101100000010001101010111101100101110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC08D; }

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

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

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

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

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

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

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

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