#FAC18F

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

Shades of Peach-Orange #FAC18F

Tints of Peach-Orange #FAC18F

Color information

#FAC18F (or 0xFAC18F) is unknown color: approx Peach-Orange. HEX triplet: FA, C1 and 8F. RGB value is (250,193,143). Sum of RGB (Red+Green+Blue) = 250+193+143=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18F is #053E70. Grayscale: #CCCCCC. Windows color (decimal): -343665 or 9421306. OLE color: 9421306.

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

Color convert

RGB250193143-
CMYK00.230.430.02
HSL28.04º91.45%77.06%-
HSV(B)28.04º42.8%98.04%-
XYZ63.4560.4534.31-
YUV204.3493.38160.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 143 (56.25% from 255) = 24.40%
R=42.66%
G=32.94%
B=24.40%

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
Decimal25019314300.230.430.0228.0491.4577.06
HexFAC18F0172B21c5b4d
Octal37230121702753234133115
Binary111110101100000110001111010111101011101110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC18F; }

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

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

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

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

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

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

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

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