#FAC08F

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

Shades of Peach-Orange #FAC08F

Tints of Peach-Orange #FAC08F

Color information

#FAC08F (or 0xFAC08F) is unknown color: approx Peach-Orange. HEX triplet: FA, C0 and 8F. RGB value is (250,192,143). Sum of RGB (Red+Green+Blue) = 250+192+143=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC08F is #053F70. Grayscale: #CCCCCC. Windows color (decimal): -343921 or 9421050. OLE color: 9421050.

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

Color convert

RGB250192143-
CMYK00.230.430.02
HSL27.48º91.45%77.06%-
HSV(B)27.48º42.8%98.04%-
XYZ63.2360.0134.24-
YUV203.7693.72160.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=42.74%
G=32.82%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019214300.230.430.0227.4891.4577.06
HexFAC08F0172B21b5b4d
Octal37230021702753233133115
Binary111110101100000010001111010111101011101101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC08F; }

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

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

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

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

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

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

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

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