#FAC68E

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

Shades of Peach-Orange #FAC68E

Tints of Peach-Orange #FAC68E

Color information

#FAC68E (or 0xFAC68E) is unknown color: approx Peach-Orange. HEX triplet: FA, C6 and 8E. RGB value is (250,198,142). Sum of RGB (Red+Green+Blue) = 250+198+142=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68E is #053971. Grayscale: #CFCFCF. Windows color (decimal): -342386 or 9357050. OLE color: 9357050.

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

Color convert

RGB250198142-
CMYK00.210.430.02
HSL31.11º91.53%76.86%-
HSV(B)31.11º43.2%98.04%-
XYZ64.562.6734.29-
YUV207.1691.23158.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=42.37%
G=33.56%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019814200.210.430.0231.1191.5376.86
HexFAC68E0152B21f5c4d
Octal37230621602553237134115
Binary111110101100011010001110010101101011101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC68E; }

 p { color: rgb(250,198,142); }

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

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

 a { background-color: rgb(250,198,142); }

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

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

 span { border-color: rgb(250,198,142); }

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