#FAC18D

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

Shades of Peach-Orange #FAC18D

Tints of Peach-Orange #FAC18D

Color information

#FAC18D (or 0xFAC18D) is unknown color: approx Peach-Orange. HEX triplet: FA, C1 and 8D. RGB value is (250,193,141). Sum of RGB (Red+Green+Blue) = 250+193+141=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18D is #053E72. Grayscale: #CCCCCC. Windows color (decimal): -343667 or 9290234. OLE color: 9290234.

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

Color convert

RGB250193141-
CMYK00.230.440.02
HSL28.62º91.6%76.67%-
HSV(B)28.62º43.6%98.04%-
XYZ63.360.3933.52-
YUV204.1292.38160.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=42.81%
G=33.05%
B=24.14%

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
Decimal25019314100.230.440.0228.6291.676.67
HexFAC18D0172C21d5c4d
Octal37230121502754235134115
Binary111110101100000110001101010111101100101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC18D; }

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

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

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

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

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

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

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

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