#FAC78F

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

Shades of Peach-Orange #FAC78F

Tints of Peach-Orange #FAC78F

Color information

#FAC78F (or 0xFAC78F) is unknown color: approx Peach-Orange. HEX triplet: FA, C7 and 8F. RGB value is (250,199,143). Sum of RGB (Red+Green+Blue) = 250+199+143=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC78F is #053870. Grayscale: #D0D0D0. Windows color (decimal): -342129 or 9422842. OLE color: 9422842.

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

Color convert

RGB250199143-
CMYK00.200.430.02
HSL31.4º91.45%77.06%-
HSV(B)31.4º42.8%98.04%-
XYZ64.8163.1534.76-
YUV207.8691.4158.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 143 (56.25% from 255) = 24.16%
R=42.23%
G=33.61%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019914300.200.430.0231.491.4577.06
HexFAC78F0142B21f5b4d
Octal37230721702453237133115
Binary111110101100011110001111010100101011101111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC78F; }

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

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

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

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

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

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

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

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